Sha256: 6b049a68eb490a608594e5c8183da4916449661ad3026f16773240d54204c7f9
Contents?: true
Size: 342 Bytes
Versions: 3
Compression:
Stored size: 342 Bytes
Contents
#include <stdlib.h> #include <string.h> #include "crypto_onetimeauth.h" #include "crypto_onetimeauth_poly1305.h" #include "crypto_onetimeauth_poly1305_donna.h" #include "utils.h" crypto_onetimeauth_poly1305_implementation * crypto_onetimeauth_pick_best_implementation(void) { return &crypto_onetimeauth_poly1305_donna_implementation; }
Version data entries
3 entries across 3 versions & 1 rubygems