Skip to content

Commit 24850fe

Browse files
authored
ripemd: tweak OID comment
1 parent 83b9b2b commit 24850fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ripemd/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ mod c320;
1919

2020
// Note about used OIDs: there are two OIDs defined for RIPEMD-128/160.
2121
// 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.
22+
// OpenSSL, GnuTLS, etc.) and the ISO one (1.0.10118.3.0.50/49), which appears
23+
// to be used only by the Go standard library.
2424

2525
digest::buffer_fixed!(
2626
/// RIPEMD-128 hasher

0 commit comments

Comments
 (0)