Updates Argon2 to use Spans/Stackalloc (#140)

This commit is contained in:
Kamron Batman 2020-05-24 18:45:30 -07:00 committed by GitHub
parent 2770ab1d50
commit 5d51e97c52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 115 additions and 230 deletions

View file

@ -7,7 +7,7 @@ if [[ -z $2 ]]
then
c="-c Release"
else
c=-c $2
c="-c $2"
fi
Tools/build-native-libraries.cmd $2