diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-05-01 21:41:23 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-05-01 21:41:23 +0000 |
commit | 9a041591acd578759041cdb2f142420eb3e5d00f (patch) | |
tree | e655dbcc1f325ac0953e5b23bf172c9fb85bce19 /src/common/crypto.h | |
parent | 6fa2ded74c632ea6f408ffbcac49f4e921d9b802 (diff) | |
download | tor-9a041591acd578759041cdb2f142420eb3e5d00f.tar.gz tor-9a041591acd578759041cdb2f142420eb3e5d00f.zip |
Finish documenting the functions in common
svn:r1758
Diffstat (limited to 'src/common/crypto.h')
-rw-r--r-- | src/common/crypto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/crypto.h b/src/common/crypto.h index d867d4d601..4d763cf7b4 100644 --- a/src/common/crypto.h +++ b/src/common/crypto.h @@ -26,7 +26,8 @@ /* Bytes added for PKCS1-OAEP padding. */ #define PKCS1_OAEP_PADDING_OVERHEAD 42 -/* Length of encoded public key fingerprints, including space and NUL. */ +/* Length of encoded public key fingerprints, including space; but not + * including terminating NUL. */ #define FINGERPRINT_LEN 49 |