42#ifndef _DWMCREDENCEX25519KEYPAIR_HH_
43#define _DWMCREDENCEX25519KEYPAIR_HH_
60 const std::string & PublicKey()
const;
61 const std::string & SecretKey()
const;
66 std::string _publicKey;
67 std::string _secretKey;
Dwm::Credence::Ed25519KeyPair class declaration.
Encapsulates an Ed25519 key pair.
Definition DwmCredenceEd25519KeyPair.hh:64
Encapsulates an X25519 key pair.
Definition DwmCredenceX25519KeyPair.hh:55