-
- Downloads
add the thing
this comes from - komodo#17 - komodo!200
Showing
- Cargo.toml 19 additions, 0 deletionsCargo.toml
- README.md 1 addition, 0 deletionsREADME.md
- binary.nu 10 additions, 0 deletionsbinary.nu
- examples/cli.nu 35 additions, 0 deletionsexamples/cli.nu
- mod.nu 381 additions, 0 deletionsmod.nu
- src/main.rs 341 additions, 0 deletionssrc/main.rs
- tests/binary.nu 19 additions, 0 deletionstests/binary.nu
- tests/cli.nu 171 additions, 0 deletionstests/cli.nu
Cargo.toml
0 → 100644
[package] | |||
name = "saclin" | |||
version = "1.0.1" | |||
edition = "2021" | |||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | |||
[dependencies] | |||
anyhow = "1.0.81" | |||
ark-bls12-381 = "0.4.0" | |||
ark-ec = "0.4.2" | |||
ark-ff = "0.4.2" | |||
ark-poly = "0.4.2" | |||
ark-serialize = "0.4.2" | |||
ark-std = "0.4.0" | |||
komodo = { path = "../../", features = ["fs"] } | |||
rand = "0.8.5" | |||
tracing = "0.1.40" | |||
tracing-subscriber = "0.3.17" |
README.md
0 → 100644
binary.nu
0 → 100644
examples/cli.nu
0 → 100755
mod.nu
0 → 100644
src/main.rs
0 → 100644
tests/binary.nu
0 → 100644
tests/cli.nu
0 → 100644
Please register or sign in to comment