Fix mistaken doctests

master
Edward Shen 2022-01-11 21:33:05 -08:00
parent 65c258bd0d
commit 112b75afae
Signed by: edward
GPG Key ID: 19182661E818369F
1 changed files with 2 additions and 2 deletions

View File

@ -89,11 +89,11 @@ impl Zeroize for Key {
/// words, the modified buffer is one of the following to possibilities,
/// depending if there was a password provided:
///
/// ```
/// ```text
/// modified = C(message, rng_key, nonce) || nonce
/// ```
/// or
/// ```
/// ```text
/// modified = C(C(message, rng_key, nonce), kdf(pw, salt), nonce + 1) || nonce || salt
/// ```
///