add, implement and use the Unifier trait

This commit is contained in:
Mark Thom
2023-02-25 21:52:18 -07:00
parent 7ffb40e0ad
commit 04ba58067a
6 changed files with 850 additions and 1133 deletions

View File

@@ -7213,4 +7213,3 @@ impl hkdf::KeyType for MyKey<usize> {
self.0
}
}