We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce3538 commit 7eb676fCopy full SHA for 7eb676f
1 file changed
ml-kem/src/kem.rs
@@ -183,9 +183,11 @@ where
183
/// Serialize the [`Seed`] value: 64-bytes which can be used to reconstruct the
184
/// [`DecapsulationKey`].
185
///
186
- /// # ⚠️Warning!
+ /// <div class="warning">
187
+ /// <b>Warning!</B>
188
189
/// This value is key material. Please treat it with care.
190
+ /// </div>
191
192
/// # Returns
193
/// - `Some` if the [`DecapsulationKey`] was initialized using `from_seed` or `generate`.
0 commit comments