Sha256: 947063cb44b154a575a8892e95ac7e35ef3ef418ca31a8016901699c37d9c739
Contents?: true
Size: 181 Bytes
Versions: 3
Compression:
Stored size: 181 Bytes
Contents
#include "crypto_scalarmult.h" static 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