10 lines
542 B
Plaintext
10 lines
542 B
Plaintext
#define blake_8_width 24
|
|
#define blake_8_height 24
|
|
static unsigned char blake_8_bits[] = {
|
|
0x19, 0x18, 0x18, 0x27, 0x26, 0x26, 0xc1, 0xc1, 0xc1, 0x01, 0x00, 0x00,
|
|
0x0d, 0x0c, 0x0c, 0x13, 0x13, 0x13, 0xe1, 0xe0, 0xe0, 0x01, 0x00, 0x00,
|
|
0x31, 0x30, 0x30, 0x4d, 0x4c, 0x4c, 0x83, 0x83, 0x83, 0x01, 0x00, 0x00,
|
|
0x19, 0x18, 0x18, 0x27, 0x26, 0x26, 0xc1, 0xc1, 0xc1, 0x01, 0x00, 0x00,
|
|
0xc1, 0xc0, 0xc0, 0x31, 0x31, 0x31, 0x0f, 0x0e, 0x0e, 0x01, 0x00, 0x00,
|
|
0x61, 0x60, 0x60, 0x99, 0x98, 0x98, 0x07, 0x07, 0x07, 0x01, 0x00, 0x00};
|