-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: AES decryption * cleanup * docs: update README for aes decryption * remove accidental duplication * docs: fix typo in aes decryption example * docs: replace hex representation of a^-1(x) with decimal representation * feat: better name/code/docs for galois multiplication * more hex representation replacement * simplify galois_multiplication params * docs: fix typo * reimpl: galois multiplication This commit contains 2 main changes: Updates to documentation, Using 7-degree polynomials of `BinaryField`s to represent bytes to do a multiplication instead of doing carry-less multiplication. * undo pub addition to trim_zeroes * improve comment for galois_multiplication * feat: introduce GF(2^8) in `field` crate and use in aes impl * docs: better doc comments
- Loading branch information
1 parent
1d90de6
commit c218d47
Showing
8 changed files
with
409 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.