- Notifications
You must be signed in to change notification settings - Fork1
License
NotificationsYou must be signed in to change notification settings
D-Nice/argon2_bind
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Nim binding library to the Argon2C implementation.
- requires
--threads:on
flag when compiling
- libargon2
- pass
-d:dynlink
flag when compiling to trigger dynamic argon2 use
nimble i
To install any package dependencies.
Available @https://d-nice.github.io/argon2_bind/argon2_bind.html
You will need at least 1 GiB of free memory to run the tests.
The argon2 execution will be multithreaded in all instances, except ifusing--dynlibOverride:libargon2 -d:dynlink
, even if you pass--threads:on
.However, it doesn't make much sense to pass these parameters though, with thestatic linking being built-in as the default.