Crate bitcoinpqc

Crate bitcoinpqc 

Source

Structs§

Algorithm
PQC Algorithm type
KeyPair
Key pair containing both public and secret keys
PublicKey
SecretKey
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