olm_ed25519_verify

Verify an ed25519 signature. If the key was too small then * olm_session_last_error will be "INVALID_BASE64". If the signature was invalid * then olm_session_last_error() will be "BAD_MESSAGE_MAC".

extern (C)
size_t
olm_ed25519_verify
(,
const void* key
,
size_t key_length
,
const void* message
,,
void* signature
,)

Meta