Sha256: a69652b896f50ee47bd18e25215d8db8f17dec4de55c0c68d408d594d5f774ec
Contents?: true
Size: 198 Bytes
Versions: 3
Compression:
Stored size: 198 Bytes
Contents
#include "crypto_scalarmult.h" static const unsigned char basepoint[32] = {9}; int crypto_scalarmult_base(unsigned char *q,const unsigned char *n) { return crypto_scalarmult(q, n, basepoint); }
Version data entries
3 entries across 3 versions & 1 rubygems