See main.c for an example usage of how to sign a payment and a stake delegation.
Running ./build.sh
will build main.c into a.out
.
blake2
files: implementation of the blake2b hash function.base10
: files for printing field elements in base 10crypto
: group operations and the signerpasta
files: implementations of the arithmetic of the base and scalar fields of the Pallas curve.base58
files: implementation of base58check encoders and decoders.poseidon
: Poseidon hash functionutils
: small utilities