• Chris's avatar
    Fixed Algorithm id · 7f2771b4
    Chris authored
    Algorithm id should be 0x72151267, second and third byte encode L3 and L2 size.
    0x72 = 'r'
    0x15 = 1 << 0x15 (L3 size)
    0x12 = 1 << 0x12 (L2 size)
    0x67 = 'g'
    7f2771b4