Hacker News new | ask | show | jobs
by holoduke 1590 days ago
Isn't all the math involved in the end based on the modulo operator and prime numbers?
1 comments

Yes in "Galois Field" arithmetic. But GF(2^8) (or whatever) arithmetic is only in AES and a few other ciphers/hash functions. SHA-256 looks like an XOR / Add / Rotate kinda cipher.