mirror of
https://github.com/serai-dex/serai.git
synced 2025-03-03 07:14:25 +00:00
3.9.1 Also correct invalid doc comment
This commit is contained in:
parent
79124b9a33
commit
7efedb9a91
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue