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