narrowed granularity of hardware feature support (#455)

Co-authored-by: Logan007 <you@example.com>
This commit is contained in:
Logan oos Even
2020-10-10 15:09:28 +02:00
committed by GitHub
co-authored by Logan007
parent 7d565df3a6
commit 64361dcec1
3 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ So far, the following portions of n2n's code benefit from hardware features:
```
AES: AES-NI
ChaCha20: SSE2, SSSE3
SPECK: SSE4.2, AVX2, NEON
SPECK: SSE2, SSSE3, AVX2, NEON
Pearson Hashing: AES-NI
Random Numbers: RDSEED, RDRND (not faster but more random seed)
```