encryption TODOs/notes

Change-Id: Ifbbae03a71096d3c99008280f4ffd9b7bf13b365
This commit is contained in:
Brad Fitzpatrick 2013-06-15 14:27:05 -07:00
parent f04df91c04
commit ee165ffaef
1 changed files with 5 additions and 0 deletions

View File

@ -27,6 +27,11 @@ import (
"camlistore.org/pkg/jsonconfig" "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 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 option (a) below. But that means we can't easily read it incrementally