We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b9b2b commit 24850feCopy full SHA for 24850fe
ripemd/src/lib.rs
@@ -19,8 +19,8 @@ mod c320;
19
20
// Note about used OIDs: there are two OIDs defined for RIPEMD-128/160.
21
// The Teletrust one (which is used by almost anybody, including BouncyCastle,
22
-// OpenSSL, GnuTLS, etc.) and the ISO one (1.0.10118.3.0.50/49), which seems
23
-// to be used by by Go and nobody else.
+// OpenSSL, GnuTLS, etc.) and the ISO one (1.0.10118.3.0.50/49), which appears
+// to be used only by the Go standard library.
24
25
digest::buffer_fixed!(
26
/// RIPEMD-128 hasher
0 commit comments