Instead of requiring users of the `Tag` trait to implement the `engine` method we can have an associated const and provide an `engine` method with a default implementation. Use an associated const for the pre-tagged hash engine. Fro now keep the `engine` trait method but have a default impl that returns the const. We will remove it as a separate patch to assist review. |
||
---|---|---|
.. | ||
io.rs | ||
regression.rs |