mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-02-21 10:27:26 +08:00
* 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
22 lines
495 B
TOML
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" |