remove superfluous associated types

This commit is contained in:
Jan Winkelmann (keks)
2025-02-21 14:59:55 +01:00
parent 44e46895aa
commit b94ddd980d
3 changed files with 0 additions and 6 deletions

View File

@@ -9,8 +9,6 @@ pub trait KeyedHash<const KEY_LEN: usize, const HASH_LEN: usize> {
}
pub trait KeyedHashInstance<const KEY_LEN: usize, const HASH_LEN: usize> {
type KeyType;
type OutputType;
type Error;
fn keyed_hash(