WIP: feat: gfmul working but LSB check is broken

This commit is contained in:
0xalivecow 2024-10-26 13:04:26 +02:00
parent 1f8e2c75c8
commit 4dc6cdfef8
No known key found for this signature in database
5 changed files with 231 additions and 22 deletions

View file

@ -7,6 +7,7 @@ rust = "1.75"
[dependencies]
anyhow = "1.0.90"
base64 = "0.22.1"
num-bigint = "0.4.6"
openssl = "0.10.68"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0"