Simulacrum - Dmitrii Kamaev's blog About

Implementing AES Galois field operations in Python

January 28, 2019

In this blog post we’ll go through the steps of creating a class for performing basic operations in Rijndael’s (AES) finite field. AES a widely used symmetric encryption algorithm uses Rijndael’s field in its core.

Copyright © 2020