Struct tomcrypt_sys::ecc_point [] [src]

#[repr(C)]
pub struct ecc_point { pub x: *mut c_void, pub y: *mut c_void, pub z: *mut c_void, }

A point on a ECC curve, stored in Jacbobian format such that (x,y,z) => (x/z2, y/z3, 1) when interpretted as affine

Fields

The x co-ordinate

The y co-ordinate

The z co-ordinate

Trait Implementations

impl Debug for ecc_point
[src]

[src]

Formats the value using the given formatter.

impl Copy for ecc_point
[src]

impl Clone for ecc_point
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more