blake2bIv property

List<Int64> blake2bIv
final

Implementation

static final List<Int64> blake2bIv = [
  Int64.fromInts(0x6a09e667, 0xf3bcc908),
  Int64.fromInts(0xbb67ae85, 0x84caa73b),
  Int64.fromInts(0x3c6ef372, 0xfe94f82b),
  Int64.fromInts(0xa54ff53a, 0x5f1d36f1),
  Int64.fromInts(0x510e527f, 0xade682d1),
  Int64.fromInts(0x9b05688c, 0x2b3e6c1f),
  Int64.fromInts(0x1f83d9ab, 0xfb41bd6b),
  Int64.fromInts(0x5be0cd19, 0x137e2179),
];