pub trait CurveName {
    const CURVE_NAME: &'static str;
}

Required Associated Constants§

source

const CURVE_NAME: &'static str

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl CurveName for Secp256k1

source§

const CURVE_NAME: &'static str = "secp256k1"

source§

impl CurveName for NistP256

source§

const CURVE_NAME: &'static str = "secp256r1"

source§

impl CurveName for StarkCurve

source§

const CURVE_NAME: &'static str = "stark"

Implementors§