parent
2d210e0771
commit
f72bcfacd7
@ -20,7 +20,7 @@ extern "C" {
|
|||||||
# pragma pack(push, 1)
|
# pragma pack(push, 1)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef CRYPTO_ALIGN(64) struct crypto_generichash_blake2b_state {
|
typedef struct CRYPTO_ALIGN(64) crypto_generichash_blake2b_state {
|
||||||
uint64_t h[8];
|
uint64_t h[8];
|
||||||
uint64_t t[2];
|
uint64_t t[2];
|
||||||
uint64_t f[2];
|
uint64_t f[2];
|
||||||
|
@ -16,7 +16,7 @@ extern "C" {
|
|||||||
|
|
||||||
#include "export.h"
|
#include "export.h"
|
||||||
|
|
||||||
typedef CRYPTO_ALIGN(16) struct crypto_onetimeauth_poly1305_state {
|
typedef struct CRYPTO_ALIGN(16) crypto_onetimeauth_poly1305_state {
|
||||||
unsigned char opaque[256];
|
unsigned char opaque[256];
|
||||||
} crypto_onetimeauth_poly1305_state;
|
} crypto_onetimeauth_poly1305_state;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user