On 2022-11-30 Lasse Collin wrote: > Are there other good library options?
If the goal is to use SHA instructions on x86 then intrinsics in the C code with runtime CPU detection are an option too. It's done in crc64_fast.c in 5.3.4alpha already. -- Lasse Collin