1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00
ZoKrates/zokrates_stdlib/tests/tests/ecc/edwardsAdd.json

16 lines
No EOL
193 B
JSON

{
"entry_point": "./tests/tests/ecc/edwardsAdd.zok",
"curves": ["Bn128"],
"tests": [
{
"input": {
"values": []
},
"output": {
"Ok": {
"values": []
}
}
}
]
}