Module artifacts

Source
Expand description

Artifacts of the PostGuard protocol.

This module implements constant-time serde serialization and deserialization for artifacts.

§Notes

Some artifacts do no require serialization to be constant-time, but we want to limit the dependency graph.

Structs§

Ciphertext
Ciphertexts.
MultiRecipientCiphertext
Multi-recipient ciphertexts.
PublicKey
Master public keys.
SecretKey
Secret keys.
SigningKey
Identity-based signing keys.
SigningKeyExt
Identity-based signing key including its claims.
UserSecretKey
User secret keys.