diff options
| author | Werner Koch <[email protected]> | 1997-11-24 11:04:11 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 1997-11-24 11:04:11 +0000 |
| commit | a51cca90b6c8d3628d9b97a08f9370b3e249a9b6 (patch) | |
| tree | 093b652e684cef1623777be8ea2b96876f9ee1e7 /g10/pubkey-enc.c | |
| parent | compress stuff implemented (diff) | |
| download | gnupg-a51cca90b6c8d3628d9b97a08f9370b3e249a9b6.tar.gz gnupg-a51cca90b6c8d3628d9b97a08f9370b3e249a9b6.zip | |
IDEA removed, signing works
Diffstat (limited to 'g10/pubkey-enc.c')
| -rw-r--r-- | g10/pubkey-enc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/g10/pubkey-enc.c b/g10/pubkey-enc.c index 18c737c2d..93bdff9da 100644 --- a/g10/pubkey-enc.c +++ b/g10/pubkey-enc.c @@ -68,9 +68,8 @@ get_session_key( PKT_pubkey_enc *k, DEK *dek ) * 0 2 RND(n bytes) 0 A DEK(k bytes) CSUM(2 bytes) * * RND are non-zero randow bytes. - * A is the cipher algorithm ( 1 for IDEA, 42 for blowfish ) + * A is the cipher algorithm * DEK is the encryption key (session key) with length k - * (16 for idea, 42 for blowfish) * CSUM */ if( DBG_CIPHER ) |
