base
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
typedef struct saferplus_instance {
|
||||
byte l_key[33*16];
|
||||
word32 k_bytes;
|
||||
} SPI;
|
||||
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,5 @@
|
||||
typedef struct saferplus_instance {
|
||||
byte l_key[33*16];
|
||||
word32 k_bytes;
|
||||
} SPI;
|
||||
|
||||