[package] name = "cess-fr32" version = "0.1.0" authors = ["dignifiedquire "] description = "Filecoin proofs Fr/32-byte conversion tooling" license = "MIT OR Apache-2.0" edition = "2018" repository = "https://github.com/CESSProject/cess-proving-system" [dependencies] anyhow = "1.0.23" bellperson = "0.18.0" byte-slice-cast = "1.0.0" byteorder = "1" ff = "0.11.0" thiserror = "1.0.6" blstrs = "0.4.0" [dev-dependencies] bitvec = "0.17" criterion = "0.3" itertools = "0.9" pretty_assertions = "0.6.1" rand = "0.8" rand_xorshift = "0.3" [features] default = [] cuda = ["bellperson/cuda"] opencl = ["bellperson/opencl"] [[bench]] name = "fr" harness = false