Module: Ed25519::Provider::Ref10

Defined in:
ext/ed25519_ref10/ed25519_ref10.c

Class Method Summary collapse

Class Method Details

.create_keypairObject



8
# File 'ext/ed25519_ref10/ed25519_ref10.c', line 8

static VALUE mEd25519_Provider_Ref10_create_keypair(VALUE self, VALUE seed);

.signObject



9
# File 'ext/ed25519_ref10/ed25519_ref10.c', line 9

static VALUE mEd25519_Provider_Ref10_sign(VALUE self, VALUE signing_key, VALUE msg);

.verifyObject



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);