hash_sha256: ref -> cp
This commit is contained in:
parent
e1c19616bd
commit
39cf6cefaf
@ -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" />
|
||||
|
@ -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">
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user