NativeSecp256k1.getPubkey

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void getPubkey(const(secp256k1_keypair) keypair, secp256k1_pubkey pubkey)
    class NativeSecp256k1
    @trusted final const nothrow
    void
    getPubkey
    (
    ref scope const(secp256k1_keypair) keypair
    ,
    ref scope secp256k1_pubkey pubkey
    )
  2. immutable(ubyte[]) getPubkey(const(ubyte[]) keypair_seckey)
  3. immutable(ubyte[]) getPubkey(const(secp256k1_keypair) keypair)

Meta