Closed baloo closed 8 months ago
cc @rpiasetskyi
Edit: The github UI is a bit confusing. I tried my best to keep your authorship, and I think individual commits should reflect that, but the github UI only lists me.
This PR solves the issue with using SerializableState
in my project that I've reported in https://github.com/RustCrypto/traits/pull/1369#issuecomment-1907992501
Thanks for your work @baloo :pray: !
This is a rebase of #385 on master.
https://github.com/RustCrypto/traits/pull/1369 introduced a
SerializableState
trait to serialize the hasher. This implements it for each of the hashers we have.This depends on:
v0.2.0-rc.8