Type Definition sec1::consts::U66 [−][src]
Trait Implementations
type CompressedPointSize = <U66 as Add<U1>>::Output
type CompressedPointSize = <U66 as Add<U1>>::Output
Size of a compressed point for the given elliptic curve when encoded
using the SEC1 Elliptic-Curve-Point-to-Octet-String
algorithm
(including leading 0x02
or 0x03
tag byte). Read more
type UncompressedPointSize = <Self::UntaggedPointSize as Add<U1>>::Output
type UncompressedPointSize = <Self::UntaggedPointSize as Add<U1>>::Output
Size of an uncompressed point for the given elliptic curve when encoded
using the SEC1 Elliptic-Curve-Point-to-Octet-String
algorithm
(including leading 0x04
tag byte). Read more
type UntaggedPointSize = <U66 as Add>::Output
type UntaggedPointSize = <U66 as Add>::Output
Size of an untagged point for given elliptic curve, i.e. size of two serialized base field elements. Read more