[][src]Trait curv_kzen::arithmetic::traits::Converter

pub trait Converter {
    fn to_vec(n: &Self) -> Vec<u8>;
fn to_hex(&self) -> String;
fn from_hex(n: &str) -> Self; }

Required methods

fn to_vec(n: &Self) -> Vec<u8>

fn to_hex(&self) -> String

fn from_hex(n: &str) -> Self

Loading content...

Implementations on Foreign Types

impl Converter for Mpz[src]

Loading content...

Implementors

Loading content...