Struct tls_parser::tls_ec::ECCurve [−][src]
Elliptic curve
a and b specify the coefficients of the curve
Fields
a: &'a [u8]
b: &'a [u8]
Trait Implementations
impl<'a> Debug for ECCurve<'a>[src]
impl<'a> Debug for ECCurve<'a>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<'a> PartialEq for ECCurve<'a>[src]
impl<'a> PartialEq for ECCurve<'a>