rfjakob / gocryptfs

Encrypted overlay filesystem written in Go
https://nuetzlich.net/gocryptfs/
MIT License
3.4k stars 244 forks source link

Build with v2 extensions #833

Closed zp closed 2 months ago

zp commented 3 months ago

Enables older CPUs (2008-2013) to take advantage of certain hardware accelerators.

Closes #828

rfjakob commented 3 months ago

Change is good but please add the text to the commit message:

Enables older CPUs (2008-2013) to take advantage of certain hardware accelerators.

Closes https://github.com/rfjakob/gocryptfs/issues/828

rfjakob commented 2 months ago

Thanks!