freebsd-pefs / pefs

PEFS - stacked cryptographic file system for FreeBSD
http://pefs.io/
76 stars 15 forks source link

Check if we can use kernel crypto primitives for AESNI #48

Open DanielO opened 3 years ago

DanielO commented 3 years ago

Right now we use our own AESNI for x86 but should use inbuilt kernel ones if possible.