mirror of
https://github.com/vlang/v.git
synced 2025-09-08 14:51:53 -04:00
blake2s, blake2b: fix typo in new_digest description (#23531)
This commit is contained in:
parent
f9d3bd39a6
commit
839d526780
@ -145,7 +145,7 @@ fn (err InputBufferSizeError) msg() string {
|
|||||||
// new_digest creates an initialized digest structure based on
|
// new_digest creates an initialized digest structure based on
|
||||||
// the hash size and whether or not you specify a MAC key.
|
// the hash size and whether or not you specify a MAC key.
|
||||||
//
|
//
|
||||||
// hash_size - the number if bytes in the generated hash.
|
// hash_size - the number of bytes in the generated hash.
|
||||||
// Legal values are between 1 and 64.
|
// Legal values are between 1 and 64.
|
||||||
//
|
//
|
||||||
// key - key used for generating a prefix MAC. A zero length
|
// key - key used for generating a prefix MAC. A zero length
|
||||||
|
@ -144,7 +144,7 @@ fn (err InputBufferSizeError) msg() string {
|
|||||||
// new_digest creates an initialized digest structure based on
|
// new_digest creates an initialized digest structure based on
|
||||||
// the hash size and whether or not you specify a MAC key.
|
// the hash size and whether or not you specify a MAC key.
|
||||||
//
|
//
|
||||||
// hash_size - the number if bytes in the generated hash.
|
// hash_size - the number of bytes in the generated hash.
|
||||||
// Legal values are between 1 and 32.
|
// Legal values are between 1 and 32.
|
||||||
//
|
//
|
||||||
// key - key used for generating a prefix MAC. A zero length
|
// key - key used for generating a prefix MAC. A zero length
|
||||||
|
Loading…
x
Reference in New Issue
Block a user