[][src]Trait elliptic_curve::Identifier

pub trait Identifier: Curve {
    const OID: ObjectIdentifier;
}
This is supported on crate feature oid only.

Associate an object identifier (OID) with a curve

Associated Constants

const OID: ObjectIdentifier

This is supported on crate feature oid only.

Object Identifier (OID) for this curve

Loading content...

Implementors

Loading content...