From 9c51d4a3f40f549428464fe3600001237b9c86fc Mon Sep 17 00:00:00 2001 From: Ignacio Hagopian Date: Fri, 12 Aug 2022 21:43:21 -0300 Subject: [PATCH] lib: improve docs Signed-off-by: Ignacio Hagopian --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index f71e5ae..a8e6b2e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -10,7 +10,7 @@ //! The tests rely on randomness generated with Shake256 using particular seeds that were honored such that we can //! expect each inputo to have an exact output result with the official implementation. //! -//! This library has a `AlgorandSumhash512Core` type alias which facilitates a default configuration for Sumhash512Core that utilizes the official seed for the Algorand blockchain state proofs. The AlgorandSumhash512Core uses a lookup table as the default underlying compressor setup instead of a matrix. +//! This library has a `AlgorandSumhash512Core` type alias which facilitates a default configuration for Sumhash512Core that utilizes the official seed for the Algorand blockchain state proofs. //! //! This library **isn't** audited or ready for production use, nor is it an official implementation. //!