Crate ordinal_crypto

Source
Expand description

§RGP

ci crates.io docs.rs dependency status

Has been moved to RGP.

Enums§

Components
facilitates mode-specific decryption component extraction.
Decrypt
encapsulates the parameters and mode for decryption.
Encrypt
encapsulates the parameters and mode for encryption.

Functions§

decrypt
decrypts and verifies content.
encrypt
signs and encrypts content.
extract_components
extract components from encrypted result.
extract_components_mut
extract components from encrypted result, mutating the content passed in.
generate_dh_keys
generates Dh pub/priv key pairs.
generate_fingerprint
generates fingerprints and verifying keys for signing.