This commit is contained in:
nora 2024-08-26 15:19:02 +02:00
parent 5f203d0f5b
commit dcba4931e5
23 changed files with 317 additions and 132 deletions

View file

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
crypto-bigint = "0.5.5"
crypto-bigint = { version = "0.5.5", features = ["generic-array"] }
[lints]
workspace = true