Function ring::ec::suite_b::public_key::parse_uncompressed_point
source · pub fn parse_uncompressed_point(
ops: &PublicKeyOps,
input: Input<'_>,
) -> Result<(Elem<Q, R>, Elem<Q, R>), Unspecified>
Expand description
Parses a public key encoded in uncompressed form. The key is validated using the ECC Partial Public-Key Validation Routine from NIST SP 800-56A, revision 2 Section 5.6.2.3.3, the NSA’s “Suite B Implementer’s Guide to NIST SP 800-56A,” Appendix B.3, and the NSA’s “Suite B Implementer’s Guide to FIPS 186-3 (ECDSA),” Appendix A.3.