Trait secp256kfun::marker::Normalized[][src]

pub trait Normalized: PointType { }
Expand description

A marker trait that indicates a PointType uses a affine internal representation.

Implementors