diff options
author | lloyd <[email protected]> | 2010-08-12 15:57:43 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-08-12 15:57:43 +0000 |
commit | a5efc440cca7485f6b8168a317c9088a762cdbc8 (patch) | |
tree | 511c0a5cc3b9e2ffd34764a1c3f1dc53ec07eaab /doc/thanks.txt | |
parent | ba58e2cbcc4d70b89799f14c1f37f85537807975 (diff) |
Add also AES-192 using SSSE3
Diffstat (limited to 'doc/thanks.txt')
-rw-r--r-- | doc/thanks.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/thanks.txt b/doc/thanks.txt index def96a16a..68fd81b3b 100644 --- a/doc/thanks.txt +++ b/doc/thanks.txt @@ -28,6 +28,9 @@ via public domain code which has been repurposed into the library: Dean Gaudet wrote the SSE2 implementation of SHA-1 + Mike Hamburg wrote x86-64/SSSE3 assembly which was the basis for the + constant time AES implementation + The implementation of DES is based off a public domain implementation by Phil Karn from 1994 (he, in turn, credits Richard Outerbridge and Jim Gillogly). |