Docs.rs
  • saver-0.18.0
    • saver 0.18.0
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • lovesh
    • Dependencies
      • ark-ec ^0.4.1 normal
      • ark-ff ^0.4.1 normal
      • ark-groth16 ^0.4.0 normal
      • ark-r1cs-std ^0.4.0 normal
      • ark-relations ^0.4.0 normal
      • ark-serialize ^0.4.1 normal
      • ark-std ^0.4.0 normal
      • digest ^0.10 normal
      • dock_crypto_utils ^0.20.0 normal
      • legogroth16 ^0.15.0 normal
      • dock_merlin ^3.0.0 normal
      • rayon ^1 normal optional
      • serde ^1.0 normal
      • serde_with ^1.10.0 normal
      • zeroize ^1.7.0 normal
      • ark-bls12-381 ^0.4.0 dev
      • blake2 ^0.10 dev
      • rmp-serde ^1.0 dev
      • serde_json ^1.0 dev
    • Versions
    • 51.28% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

saver0.18.0

  • Structs
  • Enums
  • Functions
  • Type Aliases

List of all items

Structs

  • circuit::BitsizeCheckCircuit
  • commitment::ChunkedCommitment
  • encryption::Ciphertext
  • encryption::CiphertextAlt
  • encryption::Encryption
  • keygen::DecryptionKey
  • keygen::EncryptionKey
  • keygen::PreparedDecryptionKey
  • keygen::PreparedEncryptionKey
  • keygen::SecretKey
  • prelude::PreparedVerifyingKey
  • prelude::VerifyingKey
  • saver_groth16::Groth16
  • saver_groth16::Groth16ProvingKey
  • saver_groth16::PreparedVerifyingKey
  • saver_groth16::Proof
  • saver_groth16::ProvingKey
  • saver_groth16::VerifyingKey
  • saver_legogroth16::ProvingKey
  • setup::ChunkedCommitmentGens
  • setup::EncryptionGens
  • setup::PreparedEncryptionGens

Enums

  • error::SaverError

Functions

  • keygen::keygen
  • saver_groth16::calculate_d
  • saver_groth16::create_proof
  • saver_groth16::generate_srs
  • saver_groth16::get_gs_for_encryption
  • saver_groth16::prepare_verifying_key
  • saver_groth16::randomize_proof
  • saver_groth16::verify_aggregate_proof
  • saver_groth16::verify_proof
  • saver_groth16::verify_qap_proof
  • saver_legogroth16::generate_srs
  • saver_legogroth16::get_gs_for_encryption
  • setup::setup_for_groth16
  • utils::chunks_count
  • utils::compose
  • utils::decompose

Type Aliases

  • Result
  • utils::CHUNK_TYPE