From 8532f317b3440154b421b1e8b8b004ead28f847e Mon Sep 17 00:00:00 2001 From: weidai Date: Sat, 24 Jul 2010 05:55:22 +0000 Subject: add support for AES-NI and CLMUL instruction sets in AES and GMAC/GCM git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@508 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- modes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'modes.h') diff --git a/modes.h b/modes.h index ff88d31..c0c30c4 100644 --- a/modes.h +++ b/modes.h @@ -340,6 +340,7 @@ struct OFB_Mode_ExternalCipher : public CipherModeDocumentation }; CRYPTOPP_DLL_TEMPLATE_CLASS AdditiveCipherTemplate >; +CRYPTOPP_DLL_TEMPLATE_CLASS CipherModeFinalTemplate_ExternalCipher > > >; //! CTR mode template -- cgit v1.2.1