risc0-zkp-core

Crates.iorisc0-zkp-core
lib.rsrisc0-zkp-core
version0.10.0
sourcesrc
created_at2022-04-26 02:31:46.399556
updated_at2022-06-24 22:36:09.762464
descriptionRISC Zero zero-knowledge proof system core crate
homepagehttps://risczero.com/
repositoryhttps://github.com/risc0/risc0/
max_upload_size
id574180
size55,759
Frank Laub (flaub)

documentation

README

risc0_zkp_core

This crate contains the core objects that are used by the ZK-STARK prover and verifier.

This includes support for:

  • [fp]: the base finite field
  • [fp4]: the extension finite field
  • [ntt]: Number Theoretic Transform
  • [sha]: SHA256 hashing support
  • [sha_rng]: Cryptographic Random Number Generator (CRNG) based on SHA
  • other basic ZKP utilities
Commit count: 1430

cargo fmt