From bf429328332d7b3cec09762a2012304356e832f7 Mon Sep 17 00:00:00 2001 From: "P.M" <60963077+goodengineer@users.noreply.github.com> Date: Mon, 22 Mar 2021 15:46:00 +0200 Subject: [PATCH] Update lib.rs --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 6ac32a1..2f96be3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -72,7 +72,7 @@ #[cfg(test)] mod test; -// The guts module is for incremental use cases like the `bao` crate that need +// The guts module is for incremental use cases like the `bao` crate that needs // to explicitly compute chunk and parent chaining values. It is semi-stable // and likely to keep working, but largely undocumented and not intended for // widespread use. @@ -209,7 +209,7 @@ pub struct Hash([u8; OUT_LEN]); impl Hash { /// The raw bytes of the `Hash`. Note that byte arrays don't provide - /// constant-time equality checking, so if you need to compare hashes, + /// constant-time equality checking, so if you need to compare hashes, /// prefer the `Hash` type. #[inline] pub fn as_bytes(&self) -> &[u8; OUT_LEN] {