Added table-driven inverse for GF(2^8)

This commit is contained in:
2024-07-07 02:09:38 +02:00
parent c5d33bc5da
commit b1dfd56446
4 changed files with 62 additions and 17 deletions

View File

@@ -18,4 +18,8 @@ serde_cbor = "0.9.0"
serde_json = "1.0.111"
bendy = "0.3.3"
generic-array = "1.0.0"
anyhow = "1.0.79"
anyhow = "1.0.79"
[build-dependencies]
rand = "0.6.5"
generic-array = "1.0.0"