Skip to content

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

License

Notifications You must be signed in to change notification settings

permutationlock/aes_math

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published