+3
-3
@@ -31,9 +31,9 @@ where
|
||||
{
|
||||
}
|
||||
|
||||
/// Trait inheriting the requirements from digest::Digest for compatibility with HKDF and HMAC
|
||||
// Associated types could be simplified when they are made as defaults:
|
||||
// https://github.com/rust-lang/rust/issues/29661
|
||||
/// Trait inheriting the requirements from digest::Digest for compatibility with
|
||||
/// HKDF and HMAC Associated types could be simplified when they are made as
|
||||
/// defaults: <https://github.com/rust-lang/rust/issues/29661>
|
||||
pub trait Hash:
|
||||
Digest
|
||||
+ OutputSizeUser<OutputSize = OutputSize<Self>>
|
||||
|
||||
Reference in New Issue
Block a user