Skip to content

Commit

Permalink
lib: improve docs
Browse files Browse the repository at this point in the history
Signed-off-by: Ignacio Hagopian <[email protected]>
  • Loading branch information
jsign committed Aug 13, 2022
1 parent 530d596 commit 9c51d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//!
Expand Down

0 comments on commit 9c51d4a

Please sign in to comment.