chacha20Poly1305Nonce constant

List<int> const chacha20Poly1305Nonce

A predefined nonce used for encryption purposes.

Implementation

static const List<int> chacha20Poly1305Nonce = [
  115,
  101,
  114,
  111,
  107,
  101,
  108,
  108,
  102,
  111,
  114,
  101,
];