false-bottom/Cargo.toml

28 lines
522 B
TOML

[package]
name = "false-bottom"
version = "0.1.0"
description = "A deniable encryption scheme"
repository = "https://codeberg.org/skran/false-bottom"
author = ["K Shiva Kiran <shiva_kr@riseup.net>"]
license = "GPL-3.0-or-later"
edition = "2021"
[dependencies]
rand = "0.8.5"
crypto-bigint = {version = "0.5.5", features = ["generic-array"]}
base64 = "0.21.7"
bincode = "1.3.3"
typenum = "1.17.0"
rayon = "1.10.0"
[lib]
doctest = false
[dev-dependencies]
criterion = "0.5.1"
[[bench]]
name = "encrypt"
harness = false