boring2/openssl-sys/src
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
..
build.rs Update to rust master 2015-01-09 08:12:39 -08:00
lib.rs Change Hasher and HMAC APIs closer to std::hash model 2015-01-28 21:51:12 +02:00
probe.rs Fix for IO changes 2015-01-28 08:47:16 -08:00