Cargo Features

arkworks-mimc has no features set by default.

[dependencies]
arkworks-mimc = { version = "0.3.0", features = ["paramgen", "r1cs", "mimc-5-220-bn254", "mimc-5-220-bls12-381", "mimc-5-218-bls12-377", "mimc-7-91-bn254", "mimc-7-91-bls12-381", "mimc-7-90-bls12-377"] }
paramgen

Enables float of rug, keccak of tiny-keccak

Affects arkworks-mimc::paramgen

r1cs

Enables r1cs of ark-crypto-primitives ^0.3.0

Affects arkworks-mimc::constraints

mimc-5-220-bn254

Affects params::mimc_5_220_bn254

mimc-5-220-bls12-381

Affects params::mimc_5_220_bls12_381

mimc-5-218-bls12-377

Affects params::mimc_5_218_bls12_377

mimc-7-91-bn254

Affects params::mimc_7_91_bn254

mimc-7-91-bls12-381

Affects params::mimc_7_91_bls12_381

mimc-7-90-bls12-377

Affects params::mimc_7_90_bls12_377

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

tiny-keccak paramgen?
rug paramgen?