sqlite

package
v1.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 31, 2023 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KeyStore

type KeyStore struct {
	// contains filtered or unexported fields
}

KeyStore is an implementation of encid.KeyStore backed by a SQLite database.

func New

func New(ctx context.Context, filename string, newcipher func([]byte) (cipher.Block, error)) (*KeyStore, error)

New creates a new SQLite-backed keystore using the given file. The newcipher function takes a key and returns a cipher for encrypting and decrypting.

func (*KeyStore) DecoderByID

func (ks *KeyStore) DecoderByID(ctx context.Context, id int64) (typ int, dec func(dst, src []byte), err error)

func (*KeyStore) EncoderByType

func (ks *KeyStore) EncoderByType(ctx context.Context, typ int) (id int64, enc func(dst, src []byte), err error)

func (*KeyStore) NewKey

func (ks *KeyStore) NewKey(ctx context.Context, typ, keysize int) (int64, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL