Skip to main content

Crate ling_crypto

Crate ling_crypto 

Source
Expand description

Ling cryptography primitives

Re-exports§

pub use symmetric::AesGcm;
pub use asymmetric::Ed25519;
pub use hash::Blake3;

Modules§

asymmetric
Ed25519 asymmetric signing stub.
hash
Blake3 cryptographic hashing stub.
symmetric
AES-GCM symmetric encryption stub.