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.
|
// gocryptfs is an encrypted overlay filesystem written in Go. |
|
// See README.md ( https://github.com/rfjakob/gocryptfs/blob/master/README.md ) |
|
// and the official website ( https://nuetzlich.net/gocryptfs/ ) for details. |
|
package main |
|
|
|
func main() {}
|
|
|