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
a: &'a [u8]
b: &'a [u8]