Struct tomcrypt_sys::ltc_ecc_set_type [] [src]

#[repr(C)]
pub struct ltc_ecc_set_type { pub size: c_int, pub name: *const c_char, pub prime: *const c_char, pub B: *const c_char, pub order: *const c_char, pub Gx: *const c_char, pub Gy: *const c_char, }

Structure defines a NIST GF(p) curve

Fields

The size of the curve in octets

name of curve

The prime that defines the field the curve is in (encoded in hex)

The fields B param (hex)

The order of the curve (hex)

The x co-ordinate of the base point on the curve (hex)

The y co-ordinate of the base point on the curve (hex)

Trait Implementations

impl Debug for ltc_ecc_set_type
[src]

[src]

Formats the value using the given formatter.

impl Copy for ltc_ecc_set_type
[src]

impl Clone for ltc_ecc_set_type
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more