lib.rs
pqc_dilithium
Dilithium is a digital signature scheme that is strongly secure under chosen message attacks based on the hardness of lattice problems over module lattices. The security notion means that an adversary having access to a signing oracle cannot produce a signature of a message whose signature he hasn't yet seen, nor produce a different signature ...
Dusk-Schnorr
The Schnorr signature scheme, named after its creator Claus Schnorr, is a digital signature scheme renowned for its simplicity. The scheme provides a simple method of creating short signatures. The implementation has been created using the jubjub elliptic curve and the Poseidon hash function, the paper for which can be found here.
Signify
59 downloads per month . MIT license . 55KB 1K SLoC Signify - Ed25519 signature tool. Create cryptographic signatures for files and verify them. This is based on signify, the OpenBSD tool to sign and verify signatures on files.It is based on the Ed25519 public-key signature system by Bernstein et al.. signify-rs is fully compatible with the original implementation.