diff --git a/README.md b/README.md index 4ef26ce..38520f3 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,12 @@ -# ppppp-keypair +# pzp-keypair -Like `ssb-keys`, but for PPPPP. +Like `ssb-keys`, but for PZP. -API: +## Installation + +`npm install pzp-keypair` + +## API: - `generate(curve?, seed?) => Keypair {curve, public, private}` - `sign(keypair, msg, hmacKey?) => sig`