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. Read more

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 !=.

Auto Trait Implementations

impl<'a> Send for ECCurve<'a>

impl<'a> Sync for ECCurve<'a>