Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

EncodedPoint

Type Alias EncodedPoint 

Source
pub type EncodedPoint = EncodedPoint<NistP256>;
Expand description

NIST P-256 SEC1 encoded point.

Aliased Typeยง

pub struct EncodedPoint { /* private fields */ }