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

fr: some minor opimizations #20

Closed holiman closed 2 years ago

holiman commented 2 years ago

This should be slightly faster, omitting one borrow from the integer pool. Just getting familiar with the code, really.

kevaundray commented 2 years ago

Thanks!