Description
A Haskell library for Ed25519 cryptographic signatures. Ed25519 is a modern public-key signature scheme used to verify that data was signed by the holder of a matching private key.
Developers use it in protocols, package verification, authentication, and secure messaging. Signature security depends on private-key protection, correct message framing, and verifying the right public key.