mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-24 07:48:04 +03:00
13 lines
200 B
TOML
13 lines
200 B
TOML
|
[project]
|
||
|
name = "linear-regression"
|
||
|
version = "0.1.0"
|
||
|
description = "The linear-regression package"
|
||
|
license = "MIT"
|
||
|
|
||
|
[remote]
|
||
|
author = "aleo"
|
||
|
|
||
|
[target]
|
||
|
curve = "bls12_377"
|
||
|
proving_system = "groth16"
|