diff options
author | lloyd <lloyd@randombit.net> | 2008-10-13 19:04:42 +0000 |
---|---|---|
committer | lloyd <lloyd@randombit.net> | 2008-10-13 19:04:42 +0000 |
commit | 3a9959235085afa546b424b75850dd21e60201a4 (patch) | |
tree | fc094de6e1d5092954d0a9181ce032d97f42dcde /src/pubkey | |
parent | 37c57e7f6f1c9d79978da1f23e30c0968c6b1347 (diff) |
Add comment from InSiTo's enums.h for Signature_Format
Diffstat (limited to 'src/pubkey')
-rw-r--r-- | src/pubkey/pubkey/pubkey.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pubkey/pubkey/pubkey.h b/src/pubkey/pubkey/pubkey.h index 656fcb18b..ed66c212e 100644 --- a/src/pubkey/pubkey/pubkey.h +++ b/src/pubkey/pubkey/pubkey.h @@ -12,6 +12,9 @@ namespace Botan { +/** +* The two types of signature format supported by Botan. +*/ enum Signature_Format { IEEE_1363, DER_SEQUENCE }; /** |