Sha256: 790adf6544a1be036610f280692174354301f15d8ba02154d6229e8214182226
Contents?: true
Size: 229 Bytes
Versions: 3
Compression:
Stored size: 229 Bytes
Contents
#ifndef POLY1305_DONNA_H #define POLY1305_DONNA_H #include <stddef.h> typedef struct poly1305_context { unsigned long long aligner; unsigned char opaque[136]; } poly1305_context; #endif /* POLY1305_DONNA_H */
Version data entries
3 entries across 3 versions & 1 rubygems