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

evaluate polynomials with degree < 255 #16

Closed gballet closed 2 years ago

kevaundray commented 2 years ago

I've removed an outdated comment for the exposed Commit method. Could we use that one instead of commit for the get_tree_key? Then we would not need to change commit

gballet commented 2 years ago

indeed, it's no longer needed, closing.