In `digest` v0.11 have added `CustomizedInit` trait, which is helpful to implement [cshake](https://github.com/RustCrypto/hashes/pull/573) and [bash-prg-hash](https://github.com/RustCrypto/hashes/pull/751). That trait would be helpful in `aead` to implement `bash-prg-ae`, authenticated encryption from Belarus Rebublic specification. @newpavlov
In
digestv0.11 have addedCustomizedInittrait, which is helpful to implement cshake and bash-prg-hash.That trait would be helpful in
aeadto implementbash-prg-ae, authenticated encryption from Belarus Rebublic specification.@newpavlov