Compare commits

..

No commits in common. "master" and "v1.0.0" have entirely different histories.

1 changed files with 3 additions and 7 deletions

View File

@ -1,12 +1,8 @@
# pzp-keypair # ppppp-keypair
Like `ssb-keys`, but for PZP. Like `ssb-keys`, but for PPPPP.
## Installation API:
`npm install pzp-keypair`
## API:
- `generate(curve?, seed?) => Keypair {curve, public, private}` - `generate(curve?, seed?) => Keypair {curve, public, private}`
- `sign(keypair, msg, hmacKey?) => sig` - `sign(keypair, msg, hmacKey?) => sig`