snarkvm-r1cs 0.3.1

R1CS for a decentralized virtual machine
Documentation
[package]
name = "snarkvm-r1cs"
version = "0.3.1"
authors = [ "The Aleo Team <hello@aleo.org>" ]
description = "R1CS for a decentralized virtual machine"
homepage = "https://aleo.org"
repository = "https://github.com/AleoHQ/snarkVM"
keywords = [
  "aleo",
  "cryptography",
  "blockchain",
  "decentralized",
  "zero-knowledge"
]
categories = [ "cryptography::cryptocurrencies", "operating-systems" ]
include = [ "Cargo.toml", "src", "README.md", "LICENSE.md" ]
license = "GPL-3.0"
edition = "2018"

[dependencies.snarkvm-curves]
path = "../curves"
version = "0.3.1"
default-features = false

[dependencies.snarkvm-fields]
path = "../fields"
version = "0.3.1"
default-features = false

[dependencies.snarkvm-utilities]
path = "../utilities"
version = "0.3.1"

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.fxhash]
version = "0.2.1"

[dependencies.indexmap]
version = "1.6.2"

[dependencies.itertools]
version = "0.10.0"

[features]
default = [ ]