[][src]Function ssb_json_msg::verify::check_signature

pub fn check_signature(
    signing_encoding: &str,
    author: &Multikey,
    signature: &Multisig
) -> bool

Check whether the signature signs the signing encoding by the author.

This is not the same as checking the signature against the raw bytes of the signing encoding, first some bytes need to be spliced out.