#249 sha3.v wrong implementation Issue opened by g...
# openlane
g
#249 sha3.v wrong implementation Issue opened by guidobertoni I was reading the code of sha3.v and noticed that the actual implementation in it is SHA2-512, you can read the end of file comment reporting sha512_core.v or read the implementation to see that is not containing the Keccak algorithm in it. line 595 contains the implementation of the Ch function of SHA 512 as described in https://en.wikipedia.org/wiki/SHA-2 this function is not part of the SHA3 algorithm efabless/openlane