Struct bearssl::br_ec_public_key [] [src]

#[repr(C)]
pub struct br_ec_public_key { pub curve: c_int, pub q: *mut c_uchar, pub qlen: usize, }

\brief Structure for an EC public key.

Fields

\brief Identifier for the curve used by this key.

\brief Public curve point (uncompressed format).

\brief Length of public curve point (in bytes).

Trait Implementations

impl Debug for br_ec_public_key
[src]

[src]

Formats the value using the given formatter.

impl Copy for br_ec_public_key
[src]

impl Clone for br_ec_public_key
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more