How is 't' computed in the Rho round of the Keccak specifications?

90 Views Asked by At

I'm building a minimal-dependancy crypto library, working on a keccak implementation based on this specification document.

I'm confused about following

this

aspect of the t computation described in the paper among the group of calculations on page 8.

Is there a simple, pythonic way to calculate t, or do I need to learn about matrix-logarithms?

Thanks!

0

There are 0 best solutions below