834e1d8c35
using Intel's ISA-L crypto library. Only for amd64 and only for very recent -CURRENT. Submitted by: jhb Reviewed by: gallatin Differential Revision: D21446
8 lines
288 B
Text
8 lines
288 B
Text
ISA-L crypto is a collection of optimized low-level functions targeting
|
|
cryptography applications.
|
|
|
|
This port provides a software encryption module for in-kernel TLS
|
|
(KTLS) that uses routines in the ISA-L crypto library to encrypt TLS
|
|
records.
|
|
|
|
WWW: https://github.com/01org/isa-l_crypto
|