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/blake2xb-ref.c')
-rw-r--r--ref/blake2xb-ref.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/ref/blake2xb-ref.c b/ref/blake2xb-ref.c
index 1052e6f..56d7cb8 100644
--- a/ref/blake2xb-ref.c
+++ b/ref/blake2xb-ref.c
@@ -5,11 +5,6 @@
#include "blake2.h"
#include "blake2-impl.h"
-typedef struct blake2xb_state__ {
- blake2b_state S[1];
- blake2b_param P[1];
-} blake2xb_state;
-
int blake2xb_init( blake2xb_state *S, const size_t outlen, const void *key, size_t keylen)
{