Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/BLAKE2/BLAKE2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ref/blake2xs-ref.c')
-rw-r--r--ref/blake2xs-ref.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/ref/blake2xs-ref.c b/ref/blake2xs-ref.c
index a49365d..cb299d7 100644
--- a/ref/blake2xs-ref.c
+++ b/ref/blake2xs-ref.c
@@ -5,11 +5,6 @@
#include "blake2.h"
#include "blake2-impl.h"
-typedef struct blake2xs_state__ {
- blake2s_state S[1];
- blake2s_param P[1];
-} blake2xs_state;
-
int blake2xs_init( blake2xs_state *S, const size_t outlen, const void *key, size_t keylen )
{