Function crypto::ed25519::verify
[-] [+]
[src]
pub fn verify(message: &[u8], public_key: &[u8], signature: &[u8]) -> bool
pub fn verify(message: &[u8], public_key: &[u8], signature: &[u8]) -> bool
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).