package
0.12.0
Repository: https://github.com/inklabs/rangedb.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Code generated by go generate; DO NOT EDIT.
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

ErrInvalidCipherText encryption cipher text is not valid.
ErrInvalidKey encryption key is not valid.
ErrKeyAlreadyUsed encryption key has already been set for subjectID.
ErrKeyExistsForSubjectID encryption key has already been set for subjectID.
ErrKeyNotFound encryption key was not found error.
ErrKeyWasDeleted encryption key was removed error.

# Interfaces

Encryptor defines how to encrypt/decrypt string data using base64.
EventEncryptor defines how to encrypt/decrypt a rangedb.Event.
KeyStore defines how encryption keys are stored.
SelfEncryptor defines how events encrypt/decrypt themselves.