[][src]Module k256::arithmetic

This is supported on feature="arithmetic" only.

A pure-Rust implementation of group operations on secp256k1.

Modules

test_vectorsfeature="arithmetic"

secp256k1 test vectors

Structs

AffinePointfeature="arithmetic"

A point on the secp256k1 curve in affine coordinates.

ProjectivePointfeature="arithmetic"

A point on the secp256k1 curve in projective coordinates.

Scalarfeature="arithmetic"

An element in the finite field modulo n.