added argon2-fill-block-ssse3.c to VS project
This commit is contained in:
parent
7035bbb8b8
commit
8f050d1fcb
@ -428,6 +428,7 @@
|
||||
<ClCompile Include="src\libsodium\crypto_pwhash\argon2\argon2-core.c" />
|
||||
<ClCompile Include="src\libsodium\crypto_pwhash\argon2\argon2-encoding.c" />
|
||||
<ClCompile Include="src\libsodium\crypto_pwhash\argon2\argon2-fill-block-ref.c" />
|
||||
<ClCompile Include="src\libsodium\crypto_pwhash\argon2\argon2-fill-block-ssse3.c" />
|
||||
<ClCompile Include="src\libsodium\crypto_pwhash\argon2\argon2.c" />
|
||||
<ClCompile Include="src\libsodium\crypto_pwhash\argon2\blake2b-long.c" />
|
||||
<ClCompile Include="src\libsodium\crypto_pwhash\argon2\pwhash_argon2i.c" />
|
||||
|
@ -548,5 +548,8 @@
|
||||
<ClCompile Include="src\libsodium\crypto_pwhash\argon2\pwhash_argon2i.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\libsodium\crypto_pwhash\argon2\argon2-fill-block-ssse3.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
</Project>
|
Loading…
Reference in New Issue
Block a user