Skip to content

Commit

Permalink
fix typo on Digest comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kimshrier committed Mar 10, 2024
1 parent 386bd77 commit cc2edb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlib/crypto/blake3/blake3.v
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ mut:

// Digest holds the state needed to compute a Blake3 hash
struct Digest {
key_words []u32 // these form the initial cahining value of a chunk
key_words []u32 // these form the initial chaining value of a chunk
flags u32 // only the keyed_hash, derive_key_context, or derive_key_material bits
mut:
chunk_counter u64 // number of the next chunk to be created
Expand Down

0 comments on commit cc2edb4

Please sign in to comment.