Expand description
Support for the SEC1 Elliptic-Curve-Point-to-Octet-String and
Octet-String-to-Elliptic-Curve-Point encoding algorithms.
Described in SEC1: Elliptic Curve Cryptography (Version 2.0) section 2.3.3 (p.10).
Macros§
Structs§
- Encoded
Point  - SEC1 encoded curve point.
 
Enums§
- Coordinates
 - Enum representing the coordinates of either compressed or uncompressed SEC1-encoded elliptic curve points.
 - Tag
 - Tag byte used by the 
Elliptic-Curve-Point-to-Octet-Stringencoding. 
Traits§
- Modulus
Size  - Trait for supported modulus sizes which precomputes the typenums for various point encodings so they don’t need to be included as bounds.