0.5.2 (2019-12-04)
- Re-export
SivAead
andsiv
module (#43)
0.5.1 (2019-12-04)
- Remove crate type overrides (#41)
0.5.0 (2019-12-04)
YANKED: release's docs wouldn't build. Changed crate lib config.
0.4.2 (2019-01-12)
- Cargo.toml: Enable
soft-aes
feature in docs.rs metadata (#16)
0.4.1 (2019-01-12)
0.4.0 (2019-01-12)
- Add back (off-by-default)
soft-aes
feature (#10) - Convert benchmark suite to use criterion.rs (#7)
- Refactor using
ctr
andstream-cipher
crates (#6) - Update dependencies (closes #2) (#4)
- Update to Rust 2018 edition (#3)
0.3.0 (2017-12-25)
- STREAM support
- AEAD APIs: TypeScript, Rust
- Rust internals based on RustCrypto project providing ~10% faster performance
0.2.0 (2017-10-01)
- AES-PMAC-SIV support
- Initial release