Initial commit
This commit is contained in:
commit
bc63b2e814
8 changed files with 1597 additions and 0 deletions
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[package]
|
||||
name = "dualring"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
bytemuck = "1.22.0"
|
||||
digest = "0.10.7"
|
||||
num-modular = "0.6.1"
|
||||
rand = "0.8.5"
|
||||
rand_core = { version = "^0.6", default-features = false }
|
||||
sha3 = "0.11.0-pre.5"
|
||||
Loading…
Add table
Add a link
Reference in a new issue