summaryrefslogtreecommitdiff
path: root/openssl/src/sha.rs
AgeCommit message (Expand)Author
2020-05-24Run clippySteven Fackler
2020-02-10Attach cfg[allow_deprecated] to methods w/ uninitialized functionalityNipunn Koorapati
2019-11-11Added unit test to test that new cloning feature works as intendedPeter Farr
2019-11-11Changed all sha objects to be clonable per PR review suggestion.Peter Farr
2019-11-11Added clonability for sha hash state. Useful for incremental hashingPeter Farr
2019-02-22RustfmtSteven Fackler
2018-01-01Bump hex to 0.3Bastien Orivel
2017-10-07Include the hex crate and ToHex import to the second exampleZack Mullaly
2017-10-07Added module-level documentation for the `sha` module.Zack Mullaly
2017-08-16Add SHA384 and SHA512Steven Fackler
2017-08-16Add SHA1 an SHA224 hashersSteven Fackler
2017-08-14Add a stateful SHA256 hasherSteven Fackler
2017-04-14Expose the lower level SHA functionsSteven Fackler