Method Nettle.Curve25519()->EdDSA()->raw_verify()
- Method raw_verify
bool
raw_verify(string(8bit)
message
,string(8bit)
signature
)- Description
Verify the
signature
against themessage
.
bool
raw_verify(string(8bit)
message
, string(8bit)
signature
)
Verify the signature
against the message
.