hash_sha256: ref -> cp

This commit is contained in:
Frank Denis
2014-04-10 23:12:27 -07:00
parent 23e5b13b00
commit 1d8109c4d6
5 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -403,7 +403,7 @@
<ClCompile Include="src\libsodium\crypto_hashblocks\sha512\ref\blocks_sha512.c" />
<ClCompile Include="src\libsodium\crypto_hash\crypto_hash.c" />
<ClCompile Include="src\libsodium\crypto_hash\sha256\hash_sha256_api.c" />
<ClCompile Include="src\libsodium\crypto_hash\sha256\ref\hash_sha256.c" />
<ClCompile Include="src\libsodium\crypto_hash\sha256\cp\hash_sha256.c" />
<ClCompile Include="src\libsodium\crypto_hash\sha512\hash_sha512_api.c" />
<ClCompile Include="src\libsodium\crypto_hash\sha512\ref\hash_sha512.c" />
<ClCompile Include="src\libsodium\crypto_onetimeauth\crypto_onetimeauth.c" />
+1 -1
View File
@@ -256,7 +256,7 @@
<ClCompile Include="src\libsodium\crypto_hash\crypto_hash.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\libsodium\crypto_hash\sha256\ref\hash_sha256.c">
<ClCompile Include="src\libsodium\crypto_hash\sha256\cp\hash_sha256.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\libsodium\crypto_hash\sha256\hash_sha256_api.c">
+2 -2
View File
@@ -40,8 +40,8 @@ libsodium_la_SOURCES = \
crypto_generichash/blake2/ref/generichash_blake2b.c \
crypto_hash/crypto_hash.c \
crypto_hash/sha256/hash_sha256_api.c \
crypto_hash/sha256/ref/api.h \
crypto_hash/sha256/ref/hash_sha256.c \
crypto_hash/sha256/cp/api.h \
crypto_hash/sha256/cp/hash_sha256.c \
crypto_hash/sha512/hash_sha512_api.c \
crypto_hash/sha512/ref/api.h \
crypto_hash/sha512/ref/hash_sha512.c \