canisterCOSEDer top-level property
Implementation
final canisterCOSEDer = Uint8List.fromList([
...[0x30, 0x0c], // SEQUENCE
...[0x06, 0x0a], // OID with 10 bytes
...[
0x2b,
0x06,
0x01,
0x04,
0x01,
0x83,
0xb8,
0x43,
0x01,
0x02, // canister signature tag
], // DER encoded COSE.
]);