hmacKey constant

List<int> const hmacKey

The HMAC key used in Electrum V2 mnemonic operations.

Implementation

static const List<int> hmacKey = [
  83,
  101,
  101,
  100,
  32,
  118,
  101,
  114,
  115,
  105,
  111,
  110
];