pub fn verify_linkable(
ring: &[PublicKey],
message: &[u8],
signature: &LinkableRingSignature,
) -> LinkableRingResult<bool>Expand description
Verify a linkable ring signature.
Returns Ok(true) if the signature is valid and was created by one of the ring members.