6 lines
88 B
Plaintext
6 lines
88 B
Plaintext
typedef struct saferplus_instance {
|
|
byte l_key[33*16];
|
|
word32 k_bytes;
|
|
} SPI;
|
|
|