Pure Rust implementation of the EAX AEAD Cipher
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). This package contains library source intended for building other packages which use the "default" feature of the "eax" crate.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.5.0-3.fc42 | - |
Fedora 41 | 0.5.0-2.fc41 | - |
Fedora 40 | 0.5.0-1.fc40 | - |
Fedora EPEL 9 | 0.5.0-1.el9 | - |
You can contact the maintainers of this package via email at
rust-eax dash maintainers at fedoraproject dot org
.