p256k1

Crates.iop256k1
lib.rsp256k1
version7.1.0
sourcesrc
created_at2023-02-09 05:36:20.420089
updated_at2024-03-22 18:00:57.736249
descriptionRust wrappers around libsecp256k1 which expose internal scalar and point APIs
homepage
repositoryhttps://github.com/Trust-Machines/p256k1/
max_upload_size
id780524
size5,556,826
Joey Yandle (xoloki)

documentation

README

p256k1

ci crates.io

Rust wrappers around libsecp256k1 to expose unwrapped points and scalars with multi-exponentiation

p256k1 is a library providing group operations on secp256k1, a prime order Weierstrass curve.

p256k1 provides access to curve points in Jacobian coordinates, which allows for very fast operations. Standard math operators are implemented to allow writing code which closely resembles the underlying math. The BitXor operator is used for scalar exponentiation, using a fast square and multiply algorithm; this provides a very natural and intuitive API. Fast multi-exponentiation is provided using the standard Pippenger algorithm.

Refer to the p256k1/ project for more information.

Contribution

To update the secp256k1 library, refer to the instructions in the update/ project.

Repository Conventions

Files with an _ prefix (e.g., _filename.ext) should not be edited manually. These files are automatically generated and any manual changes may be overwritten.

Commit count: 124

cargo fmt