crate-crypto / go-ipa

A Go implementation of cryptographic primitives for Verkle Trees
https://verkle.dev
Apache License 2.0
32 stars 14 forks source link

Use Bandersnatch implementation from gnark-crypto #54

Closed jsign closed 1 year ago

jsign commented 1 year ago

This is a continuation of similar work in https://github.com/crate-crypto/go-ipa/pull/53. In this case, we use the Bandersnatch package of gnark-crypto.

TODO: