Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jgcrosta authored Sep 20, 2023
1 parent 5af92ac commit c7099a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-cases/hash-bytes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pub fn hash_bytes<H>(input: &[u8], output: &mut <H as HashOutput>::Type)

## Description

The `hash_bytes` module provides functionality to compute the hash of a given byte array using the designated hash function. The method `get_hash_bytes` accepts an array of bytes and returns its hash. This function is essential for cryptographic operations where data integrity and verification are crucial.
The `hash_bytes` module provides functionality to compute the hash of a given byte array using the designated hash function, this method accepts an array of bytes and returns its hash. This function is essential for cryptographic operations where data integrity and verification are crucial.

## Related ink! functions

Expand Down

0 comments on commit c7099a3

Please sign in to comment.