Struct tls_parser::tls_ec::ECCurve [] [src]

pub struct ECCurve<'a> {
    pub a: &'a [u8],
    pub b: &'a [u8],
}

Elliptic curve

a and b specify the coefficients of the curve

Fields

Trait Implementations

impl<'a> Debug for ECCurve<'a>
[src]

Formats the value using the given formatter.

impl<'a> PartialEq for ECCurve<'a>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.