Updates Argon2 to use Spans/Stackalloc (#140)
This commit is contained in:
parent
2770ab1d50
commit
5d51e97c52
15 changed files with 115 additions and 230 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue