mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-18 08:45:00 +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 trait defining cryptographic Digests with at least a 256-bit output size, assuming at least a
|
||||||
/// a 128-bit level of security accordingly.
|
/// 128-bit level of security accordingly.
|
||||||
pub trait SecureDigest: Digest + HashMarker {}
|
pub trait SecureDigest: Digest + HashMarker {}
|
||||||
impl<D: Digest + HashMarker> SecureDigest for D
|
impl<D: Digest + HashMarker> SecureDigest for D
|
||||||
where
|
where
|
||||||
|
|
Loading…
Reference in a new issue