Method Crypto.DSA.State()->pkcs_verify()
- Method
pkcs_verify
bool
pkcs_verify(string(8bit)
message
,__builtin.Nettle.Hash
h
,string(8bit)
sign
)- Description
Verify PKCS-1 signature
sign
of messagemessage
using hash algorithmh
.
bool
pkcs_verify(string(8bit)
message
, __builtin.Nettle.Hash
h
, string(8bit)
sign
)
Verify PKCS-1 signature sign
of message message
using hash
algorithm h
.