mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
5dc90766cf
This port builds a kernel crypto device driver which uses routines from Intel's ISA-L crypto library to perform AES-GCM encryption and decryption. Reviewed by: mat Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D25514
9 lines
295 B
Plaintext
9 lines
295 B
Plaintext
ISA-L crypto is a collection of optimized low-level functions
|
|
targeting cryptography applications.
|
|
|
|
This port provides a driver for the in-kernel opencrypto framework
|
|
that uses routines in the ISA-L crypto library.
|
|
|
|
WWW: https://github.com/bsdjhb/ocf_isa_l
|
|
https://github.com/01org/isa-l_crypto
|