ChainSafe / go-schnorrkel

🍵 Schnorr Signatures over Ristretto255 in pure Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cache compressed `PublicKey`

noot opened this issue · comments

commented

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

see #40

commented

closed by #47