aes-whitebox icon indicating copy to clipboard operation
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

Results 3 aes-whitebox issues
Sort by recently updated
recently updated
newest added

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

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...