blob: 894e26992ed70330b68f0f5956de71c8ce09cf61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[package]
name = "zears"
version = "0.1.0"
edition = "2024"
license = "MIT"
description = "Rust implementation of the AEZ v5 cipher."
readme = "README.md"
[dependencies]
aes = { version = "0.8.4", features = ["hazmat"] }
blake2 = "0.10.6"
constant_time_eq = "0.4.2"
[dev-dependencies]
hex = "0.4.3"
|