debris / tiny-keccak

An implementation of Keccak derived functions specified in FIPS-202, SP800-185 and KangarooTwelve
Creative Commons Zero v1.0 Universal
193 stars 49 forks source link

feature: Expose KeccakState::reset #49

Open rajivshah3 opened 3 years ago

rajivshah3 commented 3 years ago

This creates a public function, Keccak::reset, which allows the state to be reset/zeroed out

Fixes #46