zenon-network / argon2_ffi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zenon Argon2 FFI library

Minimal implementation of the Argon2 library in C++ for Alphanet - Network of Momentum Phase 0.

Build from source

git clone https://github.com/zenon-network/argon2_ffi.git
cd argon2_ffi
cmake CMakeLists.txt
make

The generated library can be found in the ./build/ folder.

Contributing

Please check CONTRIBUTING for more details.

License

The MIT License (MIT). Please check LICENSE for more information.

About

License:Other


Languages

Language:C 98.7%Language:CMake 1.3%