You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sha-1 uses cpufeatures which requests leaf 7 of the cpuid. std_detect (which provides is_*_feature_detected!()) only uses leaf 0, 1, 0x8000_0000 and 0x8000_0001, which means that I only implemented a fake cpuid for those leafs. cpufeatures also requires leaf 7 subleaf 0.
It builds, but when running it fails:
Workaround: use "force-soft" feature of
sha-1
:The text was updated successfully, but these errors were encountered: