diff options
author | Jeffrey Walton <noloader@gmail.com> | 2018-11-10 08:00:14 -0500 |
---|---|---|
committer | Jeffrey Walton <noloader@gmail.com> | 2018-11-10 08:00:14 -0500 |
commit | 896225069db7f34e752dd7b7bb401052c6b7cb17 (patch) | |
tree | 8d4eabb2bd304b6fe9168aac8fdc28618f3212f8 /sha.cpp | |
parent | 776a2195bd78c80130b1809b22a5e4d3aecb5b95 (diff) | |
download | cryptopp-git-896225069db7f34e752dd7b7bb401052c6b7cb17.tar.gz |
Rename files with dashes to underscores (GH #736)
Also see https://groups.google.com/forum/#!topic/cryptopp-users/HBz-6gZZFOA on the mailing list
Diffstat (limited to 'sha.cpp')
-rw-r--r-- | sha.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ extern void SHA256_HashMultipleBlocks_POWER8(word32 *state, const word32 *data, extern void SHA512_HashMultipleBlocks_POWER8(word64 *state, const word64 *data, size_t length, ByteOrder order);
#endif
-// We add extern to export table to sha-simd.cpp, but it
+// We add extern to export table to sha_simd.cpp, but it
// cleared http://github.com/weidai11/cryptopp/issues/502
extern const word32 SHA256_K[64];
extern const word64 SHA512_K[80];
|