| Age | Commit message (Collapse) | Author |
|
that's all this commit does. further commits will fix cli flags and
such.
see #2221
|
|
Previously, auto hash tests required vectors of different types to not
hash to the same value. Now, this is allowed.
|
|
|
|
autoHash forbids slices as input
hash was added to handle all types from autoHash plus slices, with a specified strategy
|
|
|
|
the fast path based on key's size which is known at comptime
otherwise it will always outline the call to hasher.update, resulting in much worse performance
|
|
function implementing a streaming interface
|