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
RustCrypto/asm-hashes#41 adds an assembly based AVX2 backend. It may be worth looking into porting it to intrinsics. Assuming it will have a similar performance to the assembly, we may remove the latter in favor of the former.
The text was updated successfully, but these errors were encountered:
RustCrypto/asm-hashes#41 adds an assembly based AVX2 backend. It may be worth looking into porting it to intrinsics. Assuming it will have a similar performance to the assembly, we may remove the latter in favor of the former.
The text was updated successfully, but these errors were encountered: