From 2bca8928ee8333a9e8823f1776c92285ade384bd Mon Sep 17 00:00:00 2001 From: weidai Date: Sun, 15 Apr 2007 23:00:27 +0000 Subject: MMX/SSE2 optimizations git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@287 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- sha.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sha.h') diff --git a/sha.h b/sha.h index 69b02ff..40eb6df 100644 --- a/sha.h +++ b/sha.h @@ -23,9 +23,6 @@ public: static void CRYPTOPP_API InitState(HashWordType *state); static void CRYPTOPP_API Transform(word32 *digest, const word32 *data); static const char * CRYPTOPP_API StaticAlgorithmName() {return "SHA-256";} - -protected: - static const word32 K[64]; }; //! implements the SHA-224 standard @@ -46,9 +43,6 @@ public: static void CRYPTOPP_API InitState(HashWordType *state); static void CRYPTOPP_API Transform(word64 *digest, const word64 *data); static const char * CRYPTOPP_API StaticAlgorithmName() {return "SHA-512";} - -protected: - static const word64 K[80]; }; //! implements the SHA-384 standard -- cgit v1.2.1