- Store EVP_MD_CTX in a separate struct. - Add with_context() constructor that uses an existing context. - Switch to EVP_Digest(Init|Final)_ex for efficient context reuse. - Make update() borrow &mut self. - Make finalize() consume self. Add finalize_reuse() that also returns the context which can be passed to from_context() constructor for reuse. These changes let the type system prevent illegal calls to update() and finalize(). |
||
|---|---|---|
| .. | ||
| hash.rs | ||
| hmac.rs | ||
| memcmp.rs | ||
| mod.rs | ||
| pkcs5.rs | ||
| pkey.rs | ||
| rand.rs | ||
| symm.rs | ||