Module ring::ec::suite_b::public_key

source ·
Expand description

Functionality shared by operations on public keys (ECDSA verification and ECDH agreement).

Functions§

  • 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.