Structs§
- Algorithm
- PQC Algorithm type
- KeyPair
- Key pair containing both public and secret keys
- Public
Key - Secret
Key - Secret key wrapper
- Signature
- Represents a signature (PQC or Secp256k1)
Enums§
- PqcError
- Error type for PQC operations
Functions§
- generate_
keypair - Generate a key pair for the specified algorithm using provided seed data.
- public_
key_ size - Get the public key size for an algorithm
- secret_
key_ size - Get the secret key size for an algorithm
- sign
- Sign a message using the specified secret key
- signature_
size - Get the signature size for an algorithm
- verify
- Verify a signature using the specified public key