Integrated Argon2id/chukwa algo
This commit is contained in:
parent
26741d686c
commit
51587ee38b
157 changed files with 10326 additions and 153 deletions
70
src/3rdparty/argon2/.gitignore
vendored
Normal file
70
src/3rdparty/argon2/.gitignore
vendored
Normal file
|
@ -0,0 +1,70 @@
|
|||
# Compiled Object files
|
||||
*.slo
|
||||
*.lo
|
||||
*.o
|
||||
*.obj
|
||||
|
||||
# Precompiled Headers
|
||||
*.gch
|
||||
*.pch
|
||||
|
||||
# Compiled Dynamic libraries
|
||||
*.so
|
||||
*.dylib
|
||||
*.dll
|
||||
|
||||
# Fortran module files
|
||||
*.mod
|
||||
|
||||
# Compiled Static libraries
|
||||
*.lai
|
||||
*.la
|
||||
*.a
|
||||
*.lib
|
||||
|
||||
# Executables
|
||||
*.exe
|
||||
*.out
|
||||
*.app
|
||||
|
||||
# Autotools + Libtool
|
||||
/aclocal.m4
|
||||
/config.status
|
||||
/config
|
||||
/install-sh
|
||||
**/Makefile
|
||||
**/Makefile.in
|
||||
/autom4te.cache/
|
||||
/compile
|
||||
/config.guess
|
||||
/config.log
|
||||
/config.sub
|
||||
/configure
|
||||
/depcomp
|
||||
/libtool
|
||||
/ltmain.sh
|
||||
/m4/libtool.m4
|
||||
/m4/lt*.m4
|
||||
/missing
|
||||
/test-driver
|
||||
**/.deps/
|
||||
**/.dirstamp
|
||||
**/.libs/
|
||||
|
||||
# Qt Creator
|
||||
**/*.user
|
||||
**/*.user.*
|
||||
**/build-*/
|
||||
|
||||
# KDE
|
||||
**/.directory
|
||||
|
||||
# Vim
|
||||
*.swp
|
||||
|
||||
# CMake
|
||||
CMakeFiles/
|
||||
*.cmake
|
||||
CMakeCache.txt
|
||||
Makefile
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue