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

Add missing features to build.rs check #47

Closed rmartinho closed 4 years ago

rmartinho commented 4 years ago

The feature check in build.rs was missing k12, fips202, and sp800.

debris commented 4 years ago

oh, from those, only k12 is needed, but let's add them all :)