C++implementation of Lamport One Time Signature on top of BLAKE2b.
Used in GEO Network client and observers chain backend.
Note: This is the soure-based library!
- Clone this repo as a submodule into your project.
git submodule add git@github.com:GEO-Protocol/lib-crypto-lamport.git crypto
- Ensure
libsodium
is initialised somewhere before the first call to this library. It doesn't check and initialize thelibsodium
itself for the performance purposes.
Basic operations tests and examples are provided here.