summaryrefslogtreecommitdiff
path: root/sha.h
diff options
context:
space:
mode:
Diffstat (limited to 'sha.h')
-rw-r--r--sha.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sha.h b/sha.h
index 69b02ff7..40eb6df6 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