Skip to content

Commit

Permalink
docs: specify library of keygen function
Browse files Browse the repository at this point in the history
  • Loading branch information
mantariksh committed Jun 17, 2021
1 parent 83b1166 commit f669eac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/resource/signing-keys.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// keys generated using nacl.sign.keyPair()
// keys generated using nacl.sign.keyPair() from tweetnacl
export const SIGNING_KEYS = {
staging: {
// staging must never contain secret keys
Expand Down
2 changes: 1 addition & 1 deletion src/resource/verification-keys.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// keys generated using nacl.sign.keyPair()
// keys generated using nacl.sign.keyPair() from tweetnacl
export const VERIFICATION_KEYS = {
staging: {
// staging must never contain secret keys
Expand Down

0 comments on commit f669eac

Please sign in to comment.