eax 0.5.0

Pure Rust implementation of the EAX Authenticated Encryption with Associated Data (AEAD) Cipher with optional architecture-specific hardware acceleration This scheme is only based on a block cipher. It uses counter mode (CTR) for encryption and CBC mode for generating a OMAC/CMAC/CBCMAC (all names for the same thing).
Documentation
1
2
3
4
5
6
{
  "git": {
    "sha1": "c66e1e9095f038a3601db9aaed010eef9fe581c6"
  },
  "path_in_vcs": "eax"
}