Closed quininer closed 8 years ago
I agree with making absorb/pad/squeeze
pub, but imo finalize
should remain unchanged. For convenience you can also add keccakf
method to Keccak impl
impl Keccak {
/*
some code
*/
#[inline]
pub fn keccakf(&mut self) {
keccakf(&mut self.a);
}
/*
some code
*/
}
Thank you! I will release new version in few minutes! :)
Thank you! :D
1.1.0
released
Sometimes we need to repeatedly squeezing a sponge, like newhope/poly.rs.
:D