Sha256: c887fe855f943cb70a0967bba811f9ac97d254f213930d96e9fb2ffdc71015e1
Contents?: true
Size: 341 Bytes
Versions: 11
Compression:
Stored size: 341 Bytes
Contents
#ifndef scalarmult_poly1305_H #define scalarmult_poly1305_H typedef struct crypto_scalarmult_curve25519_implementation { int (*mult)(unsigned char *q, const unsigned char *n, const unsigned char *p); int (*mult_base)(unsigned char *q, const unsigned char *n); } crypto_scalarmult_curve25519_implementation; #endif
Version data entries
11 entries across 11 versions & 2 rubygems