Trait nettle::ecc::Curve[][src]

pub trait Curve {
    unsafe fn get_curve() -> *const ecc_curve;

    unsafe fn bit_size() -> u32 { ... }
}

Elliptic curve for ECDSA.

Required methods

unsafe fn get_curve() -> *const ecc_curve[src]

Returns a pointer to the Nettle curve structure.

Loading content...

Provided methods

unsafe fn bit_size() -> u32[src]

Returns the size of the underlying groups prime in bits.

Loading content...

Implementors

Loading content...