RedL0tus / VanityGPG

A simple tool for generating and filtering vanity GPG keys, c0nCurr3nt1Y
MIT License
67 stars 14 forks source link

hex: add msa support #7

Open chenx97 opened 1 year ago

chenx97 commented 1 year ago

MSA helps Loongson 3B4000 to reach the performance of a throttled i5-8265U, without asm support for SHA-1. It may further improve with nettle enabled, but it currently breaks clang upon binding generation.

The MSA feature is not treated as a target feature because otherwise it would be considered unstable by rustc.