Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
70 additions
and 3,837 deletions.
- +4 −0 .gitmodules
- +17 −12 CMakeLists.txt
- +0 −4 Makefile.am
- +1 −0 argon2
- +0 −31 argon2/LICENSE
- +0 −23 argon2/Makefile.am
- +0 −448 argon2/argon2.c
- +0 −430 argon2/argon2.h
- +0 −156 argon2/blake2/blake2-impl.h
- +0 −91 argon2/blake2/blake2.h
- +0 −390 argon2/blake2/blake2b.c
- +0 −180 argon2/blake2/blamka-round-opt.h
- +0 −56 argon2/blake2/blamka-round-ref.h
- +0 −635 argon2/core.c
- +0 −234 argon2/core.h
- +0 −450 argon2/encoding.c
- +0 −57 argon2/encoding.h
- +0 −195 argon2/opt.c
- +0 −56 argon2/opt.h
- +0 −194 argon2/ref.c
- +0 −55 argon2/ref.h
- +0 −57 argon2/thread.c
- +0 −67 argon2/thread.h
- +1 −0 autogen.sh
- +4 −4 configure.ac
- +34 −3 src/Makefile.am
- +6 −6 src/crypto.cpp
- +3 −3 tools/Makefile.am
@@ -0,0 +1,4 @@ | ||
[submodule "argon2"] | ||
path = argon2 | ||
url = https://github.com/P-H-C/phc-winner-argon2 | ||
ignore = dirty |
Oops, something went wrong.