boring2/openssl-sys
Gleb Kozyrev eb7b7bf847 Change Hasher and HMAC APIs closer to std::hash model
- Implement Clone and std::io::Writer.
- Reduce the API to write() and finish(). Contrary to std::hash, finish() resets the hasher immediately.
- Add hmac::hmac() convenience fn.
- Replace hash::evpmd() with HashType methods.
- Add assertions as a crude check for failed calls into openssl.
- Add examples and some tests.

[breaking-change]
2015-01-28 21:51:12 +02:00
..
src Change Hasher and HMAC APIs closer to std::hash model 2015-01-28 21:51:12 +02:00
Cargo.toml Release v0.2.18 2015-01-28 08:48:07 -08:00
LICENSE-MIT New build system 2014-11-13 15:17:00 +02:00