DatabaseEncryptionKey property

Pointer<Uint8> DatabaseEncryptionKey
getter/setter pair

DatabaseEncryptionKey is the encryption key with which to encrypt the local Seald database. Required when passing DatabasePath. This must be a cryptographically random buffer of 64 bytes.

Implementation

external ffi.Pointer<ffi.Uint8> DatabaseEncryptionKey;