summaryrefslogtreecommitdiff
path: root/src/hmac256.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2008-12-10 12:23:30 +0000
committerWerner Koch <wk@gnupg.org>2008-12-10 12:23:30 +0000
commit740a1fb6a1c7aeaf0968514f6c22879d14dc2c86 (patch)
tree0fda9ac2539a01a26fa78ac849db36e0eafe0ecb /src/hmac256.c
parentbd5ca43389e2219b930d67ec51ad688650951e25 (diff)
downloadlibgcrypt-740a1fb6a1c7aeaf0968514f6c22879d14dc2c86.tar.gz
Allow speicification of domain parameters for DSA key generation.
Doc updates. Allows the use of the strings AES-128, AES-192, AES-256 to specify AES algorithms.
Diffstat (limited to 'src/hmac256.c')
-rw-r--r--src/hmac256.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hmac256.c b/src/hmac256.c
index d8c059ba..c802a78a 100644
--- a/src/hmac256.c
+++ b/src/hmac256.c
@@ -19,7 +19,7 @@
/*
This is a standalone HMAC-SHA-256 implementation based on the code
- from ../cipher/sha256.c. It is a second implementarion to allow
+ from ../cipher/sha256.c. It is a second implementation to allow
comparing against the standard implementations and to be used for
internal consistency checks. It should not be used for sensitive
data because no mechanisms to clear the stack etc are used.