Method Crypto.ECC.Curve25519.EdDSA()->pkcs_verify()
- Method
pkcs_verify
bool
pkcs_verify(string(8bit)
message
,.Hash
|void
h
,string(8bit)
sign
)- Description
Verify PKCS-1 signature
sign
of messagemessage
using hash algorithmh
.- Parameter
h
Hash algorithm; ignored for Ed25519.