You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
version 1.0.0
Changes since 0.5.11:
- The Hash types now implement From<[u8; OUTBYTES]> and From<&[u8; OUTBYTES]>.
- Upgraded arrayvec to 0.7.0, which uses const generics. This bumps the
minimum supported Rust compiler version to 1.51.
version 0.5.6
Changes since 0.5.5:
- HashManyJob is no longer tied to the lifetime of its Params argument.
- The `blake2` command will now accept multiple files. In that case --
but not in the single argument case -- it prints the filename after
each hash.
version 0.5.5
Changes since 0.5.4:
- A new BLAKE2s optimization improved performance by about 6%.
- HashManyJob now implements Debug and Clone. Clone is arguably useless
right now, but HashManyJob might allow mutation in the future.