encKeyPrefix constant

List<int> const encKeyPrefix

Prefix bytes for the encrypted key.

Implementation

static const List<int> encKeyPrefix = [0x01, 0x42];