1
0

feat: use crypto-bigint crate

This commit is contained in:
2025-09-01 17:34:31 +08:00
parent 7713382709
commit bd9c10d89b
4 changed files with 84 additions and 232 deletions

View File

@@ -15,3 +15,4 @@ num-bigint = { version = "0.4", features = ["rand"] }
num-traits = "0.2"
once_cell = "1.21"
rayon = "1.11.0"
crypto-bigint = "0.6"