mirror of https://github.com/perkeep/perkeep.git
encryption TODOs/notes
Change-Id: Ifbbae03a71096d3c99008280f4ffd9b7bf13b365
This commit is contained in:
parent
f04df91c04
commit
ee165ffaef
|
@ -27,6 +27,11 @@ import (
|
|||
"camlistore.org/pkg/jsonconfig"
|
||||
)
|
||||
|
||||
// TODO:
|
||||
// http://godoc.org/code.google.com/p/go.crypto/scrypt
|
||||
// crypto/aes
|
||||
// index.Storage (initially: memindex) for all metadata.
|
||||
|
||||
/*
|
||||
TODO: decide meta format. One argument is to stick with JSON, like
|
||||
option (a) below. But that means we can't easily read it incrementally
|
||||
|
|
Loading…
Reference in New Issue