mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 04:09:23 +00:00
3.9.1 Also correct invalid doc comment
This commit is contained in:
@@ -61,8 +61,8 @@ impl DigestTranscriptMember {
|
||||
}
|
||||
}
|
||||
|
||||
/// A trait defining cryptographic Digests with at least a 256-byte output size, assuming at least
|
||||
/// a 128-bit level of security accordingly.
|
||||
/// A trait defining cryptographic Digests with at least a 256-bit output size, assuming at least a
|
||||
/// 128-bit level of security accordingly.
|
||||
pub trait SecureDigest: Digest + HashMarker {}
|
||||
impl<D: Digest + HashMarker> SecureDigest for D
|
||||
where
|
||||
|
||||
Reference in New Issue
Block a user