Method Nettle.ECC_Curve()->raw_verify()

class Nettle.ECC_Curve

Method raw_verify

bool raw_verify(string(8bit) digest, Gmp.mpz r, Gmp.mpz s)

Description

Verify the signature r, s against the message digest digest.