argon2v20190702
- Updated
Password-hashing library.
- Project website: https://github.com/P-H-C/phc-winner-argon2
#Usage
argon2 provides CMake targets:
find_package(unofficial-argon2 CONFIG REQUIRED)
target_link_libraries(main PRIVATE unofficial::argon2::libargon2)#Supported Platforms
All platforms supported.
#Features
No default features.
#hwopt
Enable SSE2/AVX2/AVX512 optimizations
Platforms: x86 | x64
- ✅linux
- ✅osx
- ✅uwp-x64
- ✅windows-x64
- ✅windows-x86
- ❌
uwp-arm - ❌
windows-arm64
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
#Dependencies
No dependencies.
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
Hamish Moffatt
Kai Pastor