Sha256: 65a73f6099b4fece5f373e7202675f528395673746f2eb81b9aa8385995bb438
Contents?: true
Size: 305 Bytes
Versions: 5
Compression:
Stored size: 305 Bytes
Contents
/* version 20081011 Matthew Dempsky Public domain. Derived from public domain code by D. J. Bernstein. */ #include "api.h" #ifndef HAVE_TI_MODE const unsigned char base[32] = {9}; int crypto_scalarmult_base(unsigned char *q, const unsigned char *n) { return crypto_scalarmult(q,n,base); } #endif
Version data entries
5 entries across 5 versions & 1 rubygems