Module: Ed25519::Provider::Ref10
- Defined in:
- ext/ed25519_ref10/ed25519_ref10.c
Class Method Summary collapse
Class Method Details
.create_keypair ⇒ Object
8 |
# File 'ext/ed25519_ref10/ed25519_ref10.c', line 8
static VALUE mEd25519_Provider_Ref10_create_keypair(VALUE self, VALUE seed);
|
.sign ⇒ Object
9 |
# File 'ext/ed25519_ref10/ed25519_ref10.c', line 9
static VALUE mEd25519_Provider_Ref10_sign(VALUE self, VALUE signing_key, VALUE msg);
|
.verify ⇒ Object
10 |
# File 'ext/ed25519_ref10/ed25519_ref10.c', line 10
static VALUE mEd25519_Provider_Ref10_verify(VALUE self, VALUE verify_key, VALUE signature, VALUE msg);
|