Skip to main content

Crate tagotip_secure

Crate tagotip_secure 

Source

Re-exports§

pub use error::CryptoError;
pub use error::CryptoErrorKind;
pub use types::CipherSuite;
pub use types::EnvelopeHeader;
pub use types::EnvelopeMethod;
pub use types::Flags;
pub use envelope::is_envelope;
pub use envelope::open_envelope;
pub use envelope::parse_envelope_header;
pub use envelope::seal_raw;
pub use hash::bytes_to_hex;
pub use hash::derive_auth_hash;
pub use hash::derive_device_hash;
pub use hash::derive_key;
pub use hash::hex_to_bytes;

Modules§

cipher
consts
envelope
error
hash
nonce
types