Documentation ¶
Overview ¶
package storage provides different types of storage, including object graphs and key stores.
Index ¶
Constants ¶
View Source
const ( EncryptionDARE = EncryptionMethod("dare") EncryptionECIES = EncryptionMethod("ecies") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EncryptionMethod ¶
type EncryptionMethod string
type ObjectGraph ¶
type ObjectGraph interface { }
ObjectGraph is implemented by encrypted object graphs
Click to show internal directories.
Click to hide internal directories.