[][src]Module elliptic_curve::p256

A pure-Rust implementation of group operations on secp256r1.

Status

Currently, no actual group operations are implemented. Only point compression and decompression is supported.

Modules

test_vectors

secp256r1 test vectors.

Structs

AffinePoint

A point on the secp256r1 curve in affine coordinates.