ChainSafe / go-schnorrkel

🍵 Schnorr Signatures over Ristretto255 in pure Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create `Keypair` type

noot opened this issue · comments

commented

create a Keypair type that contains a public and private key. create *Keypair.Sign which uses the public key in the keypair instead of needing to derive it. see #40