Making Merkle std::hash::Hash
Dependencies
- [2]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting).
Change contents
- edit in libpijul/src/pristine/merkle.rs at line 26
}}impl std::hash::Hash for Merkle {fn hash<H: std::hash::Hasher>(&self, hasher: &mut H) {match self {Merkle::Ed25519(x) => x.compress().as_bytes().hash(hasher),}