mirror of https://codeberg.org/pzp/pzp-keypair.git
Update readme to pzp
This commit is contained in:
parent
b30629bbc9
commit
fc4c5777d0
10
README.md
10
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}`
|
- `generate(curve?, seed?) => Keypair {curve, public, private}`
|
||||||
- `sign(keypair, msg, hmacKey?) => sig`
|
- `sign(keypair, msg, hmacKey?) => sig`
|
||||||
|
|
Loading…
Reference in New Issue