Struct EncryptionKey

Defines the EncryptionKey.

struct EncryptionKey ;

Define an app-specific unique encryption key by app. The encryption key is hashed using the blake2 cryptographic hash function. The encryption key is derived from the pre-image as follows: Hash(pre_image, "APPNAME");

Methods

NameDescription
computeHash (dg) Implements hashing support