Module: X25519::Provider::Ref10
- Defined in:
- ext/x25519_ref10/x25519_ref10.c
Class Method Summary collapse
Class Method Details
.scalarmult ⇒ Object
13 |
# File 'ext/x25519_ref10/x25519_ref10.c', line 13
static VALUE mX25519_Provider_Ref10_scalarmult(VALUE self, VALUE scalar, VALUE montgomery_u);
|
.scalarmult_base ⇒ Object
14 |
# File 'ext/x25519_ref10/x25519_ref10.c', line 14
static VALUE mX25519_Provider_Ref10_scalarmult_base(VALUE self, VALUE scalar);
|