Argyle-Software / kyber

A rust implementation of the Kyber post-quantum KEM
https://docs.rs/pqc_kyber/
Apache License 2.0
164 stars 37 forks source link

"90s" feature breaks no_std builds due to "std" feature being added on sha2 #58

Closed k3d3 closed 1 year ago

k3d3 commented 1 year ago

image

I think this is fixable by adding default-features = false to the sha2 dependency.

mberry commented 1 year ago

Thanks for the report, I call roll this up into a patch version soon, digest/std and block-buffer doesn't need to be pulled in.