NativeSecp256k1.createKeyPair

Undocumented in source.
  1. void createKeyPair(const(ubyte[]) seckey, secp256k1_keypair keypair)
    class NativeSecp256k1
    @trusted final const
    void
    createKeyPair
    (
    scope const(ubyte[]) seckey
    ,
    ref secp256k1_keypair keypair
    )
    in (seckey.length == SECKEY_SIZE)
  2. void createKeyPair(const(ubyte[]) seckey, ubyte[] keypair)

Meta