aes-whitebox
aes-whitebox copied to clipboard
WBC AES implementation in C++ using Chow and Muir papers supporting 128, 192, 256, 512, 1024, 2048 and 4096-bit keys
https://github.com/balena/aes-whitebox/blob/master/aes_whitebox_compiler.cc#L11 https://github.com/balena/aes-whitebox/blob/master/aes_whitebox.cc#L7 https://github.com/balena/aes-whitebox/blob/master/aes_whitebox.cc#L41 https://github.com/balena/aes-whitebox/blob/master/aes_whitebox.cc#L105 Please fix
I have a question.
Is that the reason why all the values in XorTable are entirely the same for every entry? Right now, you could get a ton more performance if you just didn't...