//
pkg.gl
Category
github.com/cosi-project/runtime
pkg
state
impl
store
encryption
package
0.6.1
Repository:
https://github.com/cosi-project/runtime.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
8
Dependents
1
Files
119 SLOC
#
Functions
NewCipher
NewCipher creates new Cipher.
NewMarshaler
NewMarshaler creates new Marshaler.
#
Structs
Cipher
Cipher provides encryption and decryption.
Marshaler
Marshaler encrypts and decrypts data from the underlying marshaler.
#
Interfaces
KeyProvider
KeyProvider provides the encryption key.
#
Type aliases
KeyProviderFunc
KeyProviderFunc is a function that provides the encryption key.