Documentation ¶
Index ¶
- Constants
- Variables
- func Cleanup()
- func CreateCSPassword(n int) string
- func GetRemote(id uint64) ([]byte, error)
- func GetSealedTomb() []byte
- func Init()
- func InitTomb()
- func IsTomb() bool
- func KillBytes(ba *[]byte)
- func PutRemote(id uint64, data []byte) error
- func ScatterPassphrase(bpp *[]byte)
- func SealThisTomb(dataz []byte) error
- func SealTomb(tomb *Tomb)
- type Entry
- type Tomb
Constants ¶
View Source
const (
EntryFlagDeleted = (1 << 0)
)
Variables ¶
View Source
var ErrDropboxNotFound = errors.New("not found on dropbox remote")
View Source
var ErrInvalidDropboxToken = errors.New("invalid dropbox token, sorry")
View Source
var ErrVersionMismatch = errors.New("version mismatch")
Functions ¶
func CreateCSPassword ¶
func GetSealedTomb ¶
func GetSealedTomb() []byte
func ScatterPassphrase ¶
func ScatterPassphrase(bpp *[]byte)
func SealThisTomb ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.