Sumhash512 Rust implementation

Hey folks!
I did a Rust implementation of the sumhash512 cryptographic hash function that is part of Algorand’s state proofs. The reference implementation is done in Go.

If you’d like more about this work, you can check an article I wrote.

If you like diving into technical details about this work, I wrote an article explaining this:

Also, you can check out my Twitter announcement here.

I hope this work can be helpful in the future of state proofs when they start growing in other ecosystems, such as Rust projects.

Thanks!

2 Likes