Implemented an AEAD wrapper for traditional crypter/signer transforms

This commit is contained in:
Martin Willi
2010-08-19 12:35:54 +02:00
parent 92a4540aca
commit df8d0d8703
3 changed files with 282 additions and 0 deletions
+1
View File
@@ -21,6 +21,7 @@ crypto/signers/signer.c crypto/signers/signer.h \
crypto/crypto_factory.c crypto/crypto_factory.h \
crypto/crypto_tester.c crypto/crypto_tester.h \
crypto/diffie_hellman.c crypto/diffie_hellman.h \
crypto/aead.c crypto/aead.h \
crypto/transform.c crypto/transform.h \
credentials/credential_factory.c credentials/credential_factory.h \
credentials/builder.c credentials/builder.h \