Skip to content

Commit 9953880

Browse files
committed
fix(doc, rustcrypto): improve formatting of URL for OID source
Signed-off-by: Nicola Tuveri <nic.tuv@gmail.com> Change-Id: I6a6a69641f8d4b6fd15106188c63e522ad6214c8
1 parent 8da1fdd commit 9953880

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/adapters/rustcrypto/SLHDSASHAKE128f.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ pub(crate) const NAME: &CStr = c"SLH-DSA-SHAKE-128f";
6565
pub(crate) const LONG_NAME: &CStr = c"id-slh-dsa-shake-128f";
6666

6767
/// OID should be a substring of NAMES
68-
/// From https://datatracker.ietf.org/doc/html/draft-ietf-lamps-x509-slhdsa-09#section-3-7
68+
///
69+
/// Value from [ID-lamps-x509-slhdsa-09](https://datatracker.ietf.org/doc/html/draft-ietf-lamps-x509-slhdsa-09#section-3-7).
6970
pub(crate) const OID: asn1::ObjectIdentifier = asn1::oid!(2, 16, 840, 1, 101, 3, 4, 3, 27);
7071
pub(crate) const OID_PKCS8: pkcs8::ObjectIdentifier =
7172
pkcs8::ObjectIdentifier::new_unwrap("2.16.840.1.101.3.4.3.27");

0 commit comments

Comments
 (0)