NativeSecp256k1.verify

Undocumented in source.
  1. bool verify(const(ubyte[]) msg, const(ubyte[]) signature, const(ubyte[]) pubkey)
  2. bool verify(const(ubyte[]) signature, const(ubyte[]) msg, const(secp256k1_pubkey) pubkey)
    class NativeSecp256k1
    @trusted final const nothrow
    bool
    verify
    (
    const(ubyte[]) signature
    ,
    const(ubyte[]) msg
    ,
    ref scope const(secp256k1_pubkey) pubkey
    )
    in (msg.length == MESSAGE_SIZE)

Meta