oidP256 top-level property

Uint8List oidP256
final

Implementation

final oidP256 = Uint8List.fromList([
  ...[0x30, 0x13],
  ...[0x06, 0x07], // OID with 7 bytes
  ...[0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01], // SEQUENCE
  ...[0x06, 0x08], // OID with 8 bytes
  ...[
    0x2a,
    0x86,
    0x48,
    0xce,
    0x3d,
    0x03,
    0x01,
    0x07,
  ],
]);