pub fn signature_to_point(
    signature: &Signature
) -> Result<G2AffinePoint, BLSError>
Expand description

(spec link) Invoke the appropriate deserialization routine depending on signature variant For minimal-pubkey-size: signature_to_point(ostr) := octets_to_point_E2(ostr)