Re-exports
pub use super::common::OQS_STATUS;
Structs
- Signature schemes object
Constants
Functions
- Returns the number of signature mechanisms in liboqs. They can be enumerated with OQS_SIG_alg_identifier.
- Returns identifiers for available signature schemes in liboqs. Used with OQS_SIG_new.
- Indicates whether the specified algorithm was enabled at compile-time or not.
- Frees an OQS_SIG object that was constructed by OQS_SIG_new.
- Keypair generation algorithm.
- Constructs an OQS_SIG object for a particular algorithm.
- Signature generation algorithm.
- Signature verification algorithm.