Skip to main content

Crate crypto_bastion

Crate crypto_bastion 

Source
Expand description

§Bastion — MLSigcrypt public surface

Public APIs:

Constants§

MLSIGCRYPT_PACKET_OVERHEAD
MLSigcrypt per-packet fixed overhead excluding payload ciphertext (bytes).
MLSIGCRYPT_PUBLIC_KEY_SIZE
MLSigcrypt public identity size (bytes).
MLSIGCRYPT_SECRET_KEY_SIZE
MLSigcrypt unified secret key size (bytes).

Functions§

mlsigcrypt_keygen
MLSigcrypt unified key generation.
mlsigcrypt_signcrypt
MLSigcrypt signcryption.
mlsigcrypt_unsigncrypt
MLSigcrypt open with unified failure semantics.