mirror of https://codeberg.org/pzp/pzp-keypair.git
Compare commits
No commits in common. "master" and "v1.0.0" have entirely different histories.
10
README.md
10
README.md
|
@ -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`
|
||||||
|
|
Loading…
Reference in New Issue