cardano::ed25519 namespace

Root namespace for the Ed25519 classes.

Classes

class PrivateKey
Represent an Ed25519 private key.
class PublicKey
Represent an Ed25519 prublic key.

Variables

size_t KEY_SIZE constexpr
ED25519 secret key size.
size_t PUBLIC_KEY_SIZE constexpr
ED25519 public key size.
size_t SIGNATURE_SIZE constexpr
ED25519 signature size.