A combinational circuit which receives an 8-bit input and computes multiplicative inverse (8 bits) in GF(2^8) used in AES s-box.
https://en.wikipedia.org/wiki/Advanced_Encryption_Standard
https://en.wikipedia.org/wiki/Rijndael_S-box
https://en.wikipedia.org/wiki/Finite_field_arithmetic#Rijndael's_(AES)_finite_field
Written in Chisel and converted to Verilog.
(Original readme for the template repository here)