Currently, the different implementations of Hashed are just shells of the hash but don't actually represent the given hash.
By adding digest to Hashed + implementations, we can actually compute the hashes.
Differential D13946
[Chronik] Add `Hashed::digest` + implementations tobias_ruck on May 27 2023, 17:30. Authored by Tags None Subscribers None
Details
Currently, the different implementations of Hashed are just shells of the hash but don't actually represent the given hash. By adding digest to Hashed + implementations, we can actually compute the hashes. ninja check-crates
Diff Detail
|