diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-11-08 13:22:36 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2019-11-17 09:02:44 +0800 |
commit | bb611bdfd6be34d9f822c73305fcc83720499d38 (patch) | |
tree | 05783c7bbd26536e86bc5c004416fdb2d7e9d034 /lib/syscall.c | |
parent | 660bb8e1f833ea63185fe80fde847e3e42f18e3b (diff) | |
download | talos-op-linux-bb611bdfd6be34d9f822c73305fcc83720499d38.tar.gz talos-op-linux-bb611bdfd6be34d9f822c73305fcc83720499d38.zip |
crypto: curve25519 - x86_64 library and KPP implementations
This implementation is the fastest available x86_64 implementation, and
unlike Sandy2x, it doesn't requie use of the floating point registers at
all. Instead it makes use of BMI2 and ADX, available on recent
microarchitectures. The implementation was written by Armando
Faz-Hernández with contributions (upstream) from Samuel Neves and me,
in addition to further changes in the kernel implementation from us.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Samuel Neves <sneves@dei.uc.pt>
Co-developed-by: Samuel Neves <sneves@dei.uc.pt>
[ardb: - move to arch/x86/crypto
- wire into lib/crypto framework
- implement crypto API KPP hooks ]
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'lib/syscall.c')
0 files changed, 0 insertions, 0 deletions