10 lines
542 B
Plaintext
10 lines
542 B
Plaintext
#define blake_E_width 24
|
|
#define blake_E_height 24
|
|
static unsigned char blake_E_bits[] = {
|
|
0x02, 0x00, 0x40, 0x0e, 0x07, 0x47, 0x92, 0x98, 0x58, 0x62, 0x60, 0x60,
|
|
0x02, 0x00, 0x40, 0x0a, 0x0e, 0x4e, 0x34, 0x31, 0x31, 0xc4, 0xc0, 0x20,
|
|
0x04, 0x00, 0x20, 0xc8, 0xc1, 0x11, 0x28, 0x26, 0x16, 0x18, 0x18, 0x18,
|
|
0x10, 0x00, 0x08, 0x90, 0x83, 0x0b, 0x60, 0x4c, 0x04, 0xc0, 0x30, 0x03,
|
|
0x00, 0xc3, 0x00, 0x00, 0x3c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|