up8-ticket

Securely generate UP8-compatible, @q-encoded master tickets.
Log | Files | Refs | README | LICENSE

commit 809f384ee739ffd676b222fb14ccfcef06d303af
parent 90b3537f38e907666e75ea950f1fe4fde3e97cdc
Author: Jared Tobin <jared@jtobin.io>
Date:   Tue, 22 Sep 2020 21:28:06 -0230

readme: fix typo [ci skip]

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -86,7 +86,7 @@ You can similarly pass your own entropy in as an additional Buffer here: Split a ticket into 'shards' using a k/n Shamir's Secret Sharing scheme. Specify the number of shards to create and the number of shards required to -reassemble the original ticket along with the ticket itself: +reassemble the original ticket, along with the ticket itself: ``` > let ticket = await up8.gen_ticket_more(384)