cryptonite/cbits/argon2
Vincent Hanquez 253bf0cb8b Argon2: add working hash function
* Cleanup argon c files:
  * Remove encoded format and base64 encoder
  * Remove verification code
  * Remove all variants based simple caller
* Add basic hashing function
* Add a simple KAT test
* Define more things at the haskell level
2017-02-24 13:37:40 +00:00
..
argon2.c Argon2: add working hash function 2017-02-24 13:37:40 +00:00
argon2.h Argon2: add working hash function 2017-02-24 13:37:40 +00:00
blamka-round-opt.h add Argon2 C sources 2017-02-20 11:46:17 +00:00
blamka-round-ref.h add Argon2 C sources 2017-02-20 11:46:17 +00:00
core.c Argon2: add working hash function 2017-02-24 13:37:40 +00:00
core.h add Argon2 C sources 2017-02-20 11:46:17 +00:00
opt.c add Argon2 C sources 2017-02-20 11:46:17 +00:00
opt.h add Argon2 C sources 2017-02-20 11:46:17 +00:00
ref.c add Argon2 C sources 2017-02-20 11:46:17 +00:00
ref.h add Argon2 C sources 2017-02-20 11:46:17 +00:00
thread.c add Argon2 C sources 2017-02-20 11:46:17 +00:00
thread.h add Argon2 C sources 2017-02-20 11:46:17 +00:00