#include <fndsa512.hpp>
Public Member Functions | |
| virtual KeyPair | generate_key_pair ()=0 |
| virtual Signature | sign (const PrivateKey &, const ByteBuffer &data)=0 |
| virtual bool | verify (const PublicKey &, const ByteBuffer &data, const Signature &)=0 |
Cryptographic operations for the experimental FN-DSA-512 profile.
The interface is intentionally separate from security::Backend. Enabling the experimental profile therefore does not alter the established ECC backend contract or its key types.
Definition at line 46 of file fndsa512.hpp.