From 3a9959235085afa546b424b75850dd21e60201a4 Mon Sep 17 00:00:00 2001 From: lloyd Date: Mon, 13 Oct 2008 19:04:42 +0000 Subject: Add comment from InSiTo's enums.h for Signature_Format --- src/pubkey/pubkey/pubkey.h | 3 +++ 1 file changed, 3 insertions(+) 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 }; /** -- cgit v1.2.3