You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also we probably should unify documentation from the hashes and digest' readmes. I think of having most of docs in the digest's readme, which will be included into digest's docs, and we will reference those examples from the hashes readme and hash implementation crate-level docs.
Including working hash tests into digest's docs will cause a weird dependency cycle digest <- sha2 <- digest, but I think it should work since sha2 and other crates will be dev-dependencies.
The text was updated successfully, but these errors were encountered:
Lack of readme example tests has caused #1072.
Also we probably should unify documentation from the hashes and
digest
' readmes. I think of having most of docs in thedigest
's readme, which will be included intodigest
's docs, and we will reference those examples from the hashes readme and hash implementation crate-level docs.Including working hash tests into
digest
's docs will cause a weird dependency cycledigest <- sha2 <- digest
, but I think it should work sincesha2
and other crates will be dev-dependencies.The text was updated successfully, but these errors were encountered: