Skip to content

Commit dc7db60

Browse files
committed
update docstring
1 parent 5d49e54 commit dc7db60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openssl/src/hash.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ impl Hasher {
292292
Ok(())
293293
}
294294

295-
/// Squeezes buf out of the hasher.
295+
/// Squeezes buf out of the hasher. Can be called multiple times, unlike `finish_xof`.
296296
/// The output will be as long as the buf.
297297
#[cfg(ossl330)]
298298
pub fn squeeze_xof(&mut self, buf: &mut [u8]) -> Result<(), ErrorStack> {

0 commit comments

Comments
 (0)