diff options
author | Ev Bogue <ev@evbogue.com> | 2019-04-19 09:55:00 -0500 |
---|---|---|
committer | Ev Bogue <ev@evbogue.com> | 2019-04-19 09:55:00 -0500 |
commit | 4d276bb344ce91a5481afddaabe8716f5731a98d (patch) | |
tree | 03594ba61ba93b854d7253cd024f0c37919ad253 /readme.md | |
parent | 1a5e5c65752ff180a09fed5fe851556b5f3a3c46 (diff) |
close pre block in readme
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -61,6 +61,7 @@ Then you publish a message containing "key": <sha512 hash of content>, "signature": <signature of content> } +``` To view the message, you use `nacl.sign.open` passing Uint8Arrays of the signature and publickey as paramaters. |