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

Version Path
rbnacl-libsodium-0.5.0.1 vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.h
rbnacl-libsodium-0.5.0.1.pre vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.h
rbnacl-libsodium-0.5.0 vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.h