add poly1305 .h
This commit is contained in:
parent
9547110a88
commit
d6fb108d5a
@ -32,6 +32,7 @@
|
||||
|
||||
typedef struct
|
||||
{
|
||||
uint8_t block[16]; /* previous blocks */
|
||||
} poly1305_ctx;
|
||||
|
||||
typedef uint8_t poly1305_mac[16];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user