Documentation
¶
Index ¶
- func Decrypt(content []byte, dest, privateKeyPath string) (err error)
- func DecryptFromBTFS(cid, dest, privateKeyPath string) (err error)
- func DecryptFromLocal(source, dest, privateKeyPath string) (err error)
- func Encrypt(source, publicKeyPath string) (content []byte, err error)
- func EncryptToBTFS(source, publicKeyPath string) (rst *btfs.AddResult, err error)
- func EncryptToLocal(source, dest, publicKeyPath string) (err error)
- type Header
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecryptFromBTFS ¶
func DecryptFromLocal ¶
func EncryptToBTFS ¶
func EncryptToLocal ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.