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