1
2
3
4
5
6
7
//! Rust bindings to Apple's Common Crypto library.
//!
//! The relevant Apple documentation is in the man pages, see `man CCCryptor`.

pub mod cryptor;
pub mod hash;
pub mod hmac;