-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
There's no standalone implementation of GF(256) on https://crates.io, and it's a finite field that's used often in cryptography. Making gf256 a standalone crate would be a good contribution to the Rust community.
I think adding the isomorphic GF(256) representation generated by x + 1 and 0x1B, as that's used in AES and many other implementations such as the IETF draft Threshold Secret Sharing
draft-mcgrew-tss-03.txt (see #8) would be a good idea if this were to be done.
Metadata
Metadata
Assignees
Labels
No labels