Guilherme Balena Versiani

Results 38 comments of Guilherme Balena Versiani

I've created another implementation in https://github.com/balena/aes-whitebox . It contains L × MB bijection protections as originally specified in Muir's paper.

If you look at the `genTables.cpp` file at line 159, you will see the problem. Basically before applying the L affine conversion you have to consider the `shiftRows` of the...

Hello @MarionVas, sorry the long time to answer. Could you please provide me some sample files, or maybe explain exactly how to reproduce?

Hi, I've seen your changes now, sorry the delay. I understand all you did, but as Python 2 support is ending its life in January 1st, 2020, I don't think...

No. Eventually I've started using the inner parts of this code so that the process management is totally handled by an external module. Chumak is being used just as a...

As fair as I remember, no. At the same time, there's a long while I don't work with it, so there is a chance I'm wrong. But if I'm right,...

In terms of modeling, I would say that adopting a behavior is better instead of having a separated process to receive events. Then you leave the option to enqueue (up...

Good point. Indeed it is missing to implement external encoding. I left it this way to allow its implementation at a later stage (which never happened, yet).

Done, version 0.0.5 published. Notice that Python 2 is over, so I uploaded just Python 3 egg. Sorry the delay.

Closing this issue due to inactivity. Please open a new issue if the problem persists.