Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
zigazajc007 committed Feb 4, 2024
1 parent 1019aaf commit 2d030b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import Blake2b from "@rabbit-company/blake2b";
/*
Parameters:
1. Message (String)
2. Secret (String) <>
1. Message (String or Uint8Array)
2. Secret (String or Uint8Array | undefined) <>
3. Length (Int) <64> (Min = 0 and Max = 64)
4. Salt (String or Uint8Array) <> (String with length 16 or Uint8Array)
5. Personal (String or Uint8Array) <> (String with length 16 or Uint8Array)
Expand Down

0 comments on commit 2d030b3

Please sign in to comment.