mirror of
https://github.com/rosenpass/rosenpass.git
synced 2025-12-12 07:40:30 -08:00
remove superfluous associated types
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user