Re-design of the original gocryptfs code to work as a library.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
module libgocryptfs/v2 |
|
|
|
go 1.16 |
|
|
|
require ( |
|
github.com/jacobsa/crypto v0.0.0-20190317225127-9f44e2d11115 |
|
github.com/rfjakob/eme v1.1.2 |
|
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 |
|
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e |
|
)
|
|
|