From 4b98f74e3e875361436e57d870aed48c4bb44d77 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Thu, 3 Sep 2015 19:27:07 +0200 Subject: Builds and mounts --- cryptfs/fs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cryptfs/fs.go') diff --git a/cryptfs/fs.go b/cryptfs/fs.go index b40dcf3..9050b30 100644 --- a/cryptfs/fs.go +++ b/cryptfs/fs.go @@ -26,7 +26,7 @@ type FS struct { cipherBS int64 } -func New(key [16]byte) *FS { +func NewFS(key [16]byte) *FS { b, err := aes.NewCipher(key[:]) if err != nil { -- cgit v1.2.3