Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
hakavlad committed Sep 24, 2023
1 parent 1e32920 commit 2872c81
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 @@ -32,9 +32,9 @@ derived_key = catpig(password, salt, space_mib, passes, dklen=64)

`space_mib` defines the memory usage in mebibytes.

`passes` defines the amount of data that will be read and hashed by the `BLAKE2b` function. One pass corresponds to the `space_mib` size.
`passes` defines the amount of data that will be read and hashed by the `BLAKE2b` function. One pass corresponds to reading a data size equal to `space_mib`.

`dklen` is the length of the derived key.
`dklen` is the length of the derived key in bytes.

## Test vectors

Expand Down

0 comments on commit 2872c81

Please sign in to comment.