base
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
typedef struct cast256_instance {
|
||||
word32 l_key[96];
|
||||
} cast256_key;
|
||||
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,4 @@
|
||||
typedef struct cast256_instance {
|
||||
word32 l_key[96];
|
||||
} cast256_key;
|
||||
|
||||