ChainSafe / go-schnorrkel

🍵 Schnorr Signatures over Ristretto255 in pure Go
Apache License 2.0
93 stars 30 forks source link

cache compressed `PublicKey` #43

Closed noot closed 3 years ago

noot commented 3 years ago

cache compressed (encoded) PublicKey within the struct so *PublicKey.Encode returns the compressed public key, if there is one.

see #40

noot commented 3 years ago

closed by #47