Skip to content

Commit 7eb676f

Browse files
authored
ml-kem: rustdoc cleanup (#190)
1 parent 1ce3538 commit 7eb676f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ml-kem/src/kem.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,11 @@ where
183183
/// Serialize the [`Seed`] value: 64-bytes which can be used to reconstruct the
184184
/// [`DecapsulationKey`].
185185
///
186-
/// # ⚠️Warning!
186+
/// <div class="warning">
187+
/// <b>Warning!</B>
187188
///
188189
/// This value is key material. Please treat it with care.
190+
/// </div>
189191
///
190192
/// # Returns
191193
/// - `Some` if the [`DecapsulationKey`] was initialized using `from_seed` or `generate`.

0 commit comments

Comments
 (0)