Zulip Chat Archive

Stream: Is there code for X?

Topic: SHA3 -- Keccack256 Hash functions.


Martin Ceresa (Oct 15 2024 at 06:17):

Hi everyone! I am formalizing/implementing some of our ideas[0] and ideally we would want to have some hashing functions á la Etherum. Is there any code implementing Keccack256 hash functions? No proofs, just their implementations would be enough.

In general, I am formalizing some theorems we have unsing Merkle Tree membership queries. That's almost done, but I want to write an interactive demo. I built my library ignoring certain aspects hehe, but now I want to go as real (again, not at the proof level) as I can :muscle: .

[0] : My name is Martin Ceresa and I am working at IMDEA Software Institute under the supervision of Cesar Sanchez :muscle: .

Johan Commelin (Oct 15 2024 at 06:31):

I'm not aware of a Keccak implementation in Lean

Martin Ceresa (Oct 15 2024 at 06:41):

Thanks! I have some IO interactions, so I will push this outside of Lean. I may implement it some day.


Last updated: May 02 2025 at 03:31 UTC