From c7099a3b06f663852e75aeb739df7b53f8c6532e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Garc=C3=ADa=20Crosta?= Date: Wed, 20 Sep 2023 14:44:18 -0300 Subject: [PATCH] Update README.md --- test-cases/hash-bytes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-cases/hash-bytes/README.md b/test-cases/hash-bytes/README.md index 7b6d3cc..6b9d193 100644 --- a/test-cases/hash-bytes/README.md +++ b/test-cases/hash-bytes/README.md @@ -6,7 +6,7 @@ pub fn hash_bytes(input: &[u8], output: &mut ::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