Module: X25519::Provider::Precomputed

Defined in:
ext/x25519_precomputed/x25519_precomputed.c

Class Method Summary collapse

Class Method Details

.scalarmultObject



13
# File 'ext/x25519_precomputed/x25519_precomputed.c', line 13

static VALUE mX25519_Provider_Precomputed_scalarmult(VALUE self, VALUE scalar, VALUE montgomery_u);

.scalarmult_baseObject



14
# File 'ext/x25519_precomputed/x25519_precomputed.c', line 14

static VALUE mX25519_Provider_Precomputed_scalarmult_base(VALUE self, VALUE scalar);