diff options
Diffstat (limited to '')
-rw-r--r-- | g10/seskey.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/g10/seskey.c b/g10/seskey.c index b17302ea5..4ce8fe03b 100644 --- a/g10/seskey.c +++ b/g10/seskey.c @@ -78,6 +78,9 @@ encode_session_key( DEK *dek, unsigned nbits ) * * 0 2 RND(n bytes) 0 A DEK(k bytes) CSUM(2 bytes) * + * (But how can we store the leading 0 - the external representaion + * of MPIs don't allow leading zeroes =:-) + * * RND are non-zero random bytes. * A is the cipher algorithm * DEK is the encryption key (session key) length k depends on the |