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

2.0 #43

Closed debris closed 4 years ago

debris commented 4 years ago

@quininer could you take a look at this branch (not only the PR) and tell me what do you think of the new interface of the library? This branch has been already published to crates.io as 2.0.0-alpha3 and the documentation for it is available here

quininer commented 4 years ago

This looks good in me. I know that @jedisct1 uses sp800-183 in sthash, maybe he will have some suggestions.

jedisct1 commented 4 years ago

Looks good to me as well!