Skip to main content

Crate pq_key_encoder

Crate pq_key_encoder 

Source

Structs§

PrivateKey
An owned private key.
PrivateKeyRef
A borrowed private key reference. Zero-copy over input data.
PublicKey
An owned public key.
PublicKeyRef
A borrowed public key reference. Zero-copy over input data.

Enums§

Algorithm
A unified enum representing any supported PQ algorithm.
Error
Error type for pq-key-encoder operations.
Key
A key that is either public or private.
KeyType
The type of key (public or private).

Type Aliases§

Result
Result type for pq-key-encoder operations.