Skip to main content

ToEncodedPoint

Trait ToEncodedPoint 

Source
pub trait ToEncodedPoint<C>: ToSec1Point<C>{ }
👎Deprecated since 0.14.0: use ToSec1Point instead
Expand description

DEPRECATED: stub trait to help discover the new name for ToSec1Point.

Implementors§

Source§

impl<T, C> ToEncodedPoint<C> for T
where Self: ToSec1Point<C>, C: Curve, FieldBytesSize<C>: ModulusSize,