Commit dc7db607 authored by sanketh's avatar sanketh
Browse files

update docstring

parent 5d49e546
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -292,7 +292,7 @@ impl Hasher {
        Ok(())
    }

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