fix: qr code size validation

This commit is contained in:
trafficlunar 2025-04-05 16:56:05 +01:00
parent ed33993a42
commit 75e2444541
3 changed files with 10 additions and 4 deletions

View file

@ -1,2 +1 @@
export const MII_DECRYPTION_KEY = new Uint8Array([0x59, 0xfc, 0x81, 0x7e, 0x64, 0x46, 0xea, 0x61, 0x90, 0x34, 0x7b, 0x20, 0xe9, 0xbd, 0xce, 0x52]);
export const MII_QR_SIZES = [0x70, 172, 324, 372];