ceremonyclient/crates/bulletproofs-wasm/Cargo.toml
Cassandra Heart dbd95bd9e9
v2.1.0 (#439)
* v2.1.0 [omit consensus and adjacent] - this commit will be amended with the full release after the file copy is complete

* 2.1.0 main node rollup
2025-09-30 02:48:15 -05:00

22 lines
495 B
TOML

[package]
name = "bulletproofswasm"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
name = "bulletproofswasm"
[dependencies]
wasm-bindgen = "0.2"
ed448-bulletproofs = { path = "../bulletproofs", version = "^1.0.0", default-features = false }
getrandom = { version = "0.2", features = ["js"] }
serde = "1.0.208"
serde_json = "1.0.117"
base64 = "0.22.1"
hex = "0.4"
ed448-goldilocks-plus = { version = "0.16.0" }
rand = "0.8.5"
sha2 = "0.10.8"
hkdf = "0.12.4"
aes-gcm = "0.10.3"