aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-10-13 19:04:42 +0000
committerlloyd <[email protected]>2008-10-13 19:04:42 +0000
commit3a9959235085afa546b424b75850dd21e60201a4 (patch)
treefc094de6e1d5092954d0a9181ce032d97f42dcde
parent37c57e7f6f1c9d79978da1f23e30c0968c6b1347 (diff)
Add comment from InSiTo's enums.h for Signature_Format
-rw-r--r--src/pubkey/pubkey/pubkey.h3
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 };
/**