| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump hex to 0.3 | Bastien Orivel | 2018-01-01 | 1 | -15/+13 |
| | | | | | | The `to_hex` method has been removed and `hex::encode` should be used instead. | ||||
| * | Include the hex crate and ToHex import to the second example | Zack Mullaly | 2017-10-07 | 1 | -0/+2 |
| | | |||||
| * | Added module-level documentation for the `sha` module. | Zack Mullaly | 2017-10-07 | 1 | -0/+46 |
| | | | | | | | | The documentation included describes what the SHA family of hash functions is, what hash functions are for, and a little bit about why one may want to use the SHA family of hash functions. I have also included a couple of examples demonstrating how to create a hasher and update it, as well as how to hash bytes directly. | ||||
| * | Add SHA384 and SHA512 | Steven Fackler | 2017-08-16 | 1 | -0/+92 |
| | | |||||
| * | Add SHA1 an SHA224 hashers | Steven Fackler | 2017-08-16 | 1 | -0/+95 |
| | | |||||
| * | Add a stateful SHA256 hasher | Steven Fackler | 2017-08-14 | 1 | -0/+46 |
| | | |||||
| * | Expose the lower level SHA functions | Steven Fackler | 2017-04-14 | 1 | -0/+107 |
| These don't allocate so they're both infallible and significantly faster. | |||||