Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/permutationlock/aes_math

An implementation of Rijndael (AES) encryption that builds the operations from the ground up with finite fields and matrix operations.
https://github.com/permutationlock/aes_math

aes-encryption finite-fields

Last synced: 2 days ago
JSON representation

An implementation of Rijndael (AES) encryption that builds the operations from the ground up with finite fields and matrix operations.

Awesome Lists containing this project

README

        

AES Mathematics
---------------
In this project I created an implementation of the
Rijndael encryption system used in the AES standard
by building each operation from basic concepts.
This was done both to allow anyone to be able to
observe how and why each step of the encryption
process works.