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