Initial commit

This commit is contained in:
Pascal Engélibert 2025-03-23 09:09:02 +01:00
commit bc63b2e814
8 changed files with 1597 additions and 0 deletions

12
Cargo.toml Normal file
View 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"