RustCrypto / hashes

Collection of cryptographic hash functions written in pure Rust
1.82k stars 247 forks source link

sha3: fix XOF reader type aliases #427

Closed newpavlov closed 1 year ago

newpavlov commented 1 year ago

Closes #426

The previous type aliases resulted in a compilation error, so I think this change can be considered backwards compatible.