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
The C files are generic public domain files which are mostly faster the
the BSD ones - this depends on compiler and it's flags of cause ;)
The assembly files are taken from current openssl master, and are
licensed under the Apache License Version 2.0:
- sha256-x86_64.S: SSSE3, AVX, AVX2, SHA-NI
- sha512-x86_64.S: AVX, AVX2
- sha256-armv8.S: NEON, ARMv8 Cryptography Extension
- sha512-armv8.S: ARMv8 Cryptography Extension
- sha256-ppc.S: generic PPC64 LE/BE
- sha512-ppc.S: generic PPC64 LE/BE
- sha256-p8.S: Power ISA Version 2.07 LE/BE
- sha512-p8.S: Power ISA Version 2.07 LE/BE
Signed-off-by: Tino Reichardt <milky-zfs@mcmilk.de>
0 commit comments