File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ fn (err InputBufferSizeError) msg() string {
145145// new_digest creates an initialized digest structure based on
146146// the hash size and whether or not you specify a MAC key.
147147//
148- // hash_size - the number if bytes in the generated hash.
148+ // hash_size - the number of bytes in the generated hash.
149149// Legal values are between 1 and 64.
150150//
151151// key - key used for generating a prefix MAC. A zero length
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ fn (err InputBufferSizeError) msg() string {
144144// new_digest creates an initialized digest structure based on
145145// the hash size and whether or not you specify a MAC key.
146146//
147- // hash_size - the number if bytes in the generated hash.
147+ // hash_size - the number of bytes in the generated hash.
148148// Legal values are between 1 and 32.
149149//
150150// key - key used for generating a prefix MAC. A zero length
You can’t perform that action at this time.
0 commit comments