mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-28 09:02:58 +03:00
16 lines
209 B
TOML
16 lines
209 B
TOML
[project]
|
|
name = "palindrome"
|
|
version = "0.1.0"
|
|
description = "The palindrome package"
|
|
license = "MIT"
|
|
|
|
[remote]
|
|
author = "aleo"
|
|
|
|
[target]
|
|
curve = "bls12_377"
|
|
proving_system = "groth16"
|
|
|
|
[dependencies]
|
|
# none
|