Skip to content

Commit

Permalink
shake: Fixup doctest for Write impl
Browse files Browse the repository at this point in the history
  • Loading branch information
brycx committed Sep 7, 2024
1 parent 7e24cd6 commit ca78c0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/hazardous/hash/sha3/shake128.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ impl Default for Shake128 {
/// Example: hashing from a [`Read`](std::io::Read)er with Shake128.
/// ```rust
/// use orion::{
/// orion::hazardous::hash::sha3::shake128::Shake128,
/// hazardous::hash::sha3::shake128::Shake128,
/// errors::UnknownCryptoError,
/// };
/// use std::io::{self, Read, Write};
Expand Down
2 changes: 1 addition & 1 deletion src/hazardous/hash/sha3/shake256.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ impl Default for Shake256 {
/// Example: hashing from a [`Read`](std::io::Read)er with Shake256.
/// ```rust
/// use orion::{
/// orion::hazardous::hash::sha3::shake256::Shake256,
/// hazardous::hash::sha3::shake256::Shake256,
/// errors::UnknownCryptoError,
/// };
/// use std::io::{self, Read, Write};
Expand Down

0 comments on commit ca78c0d

Please sign in to comment.