1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00
ZoKrates/zokrates_stdlib/tests/tests/hashes/pedersen/512bit.json
2019-11-11 21:42:25 +01:00

16 lines
No EOL
204 B
JSON

{
"entry_point": "./tests/tests/hashes/pedersen/512bit.zok",
"curves": ["Bn128"],
"tests": [
{
"input": {
"values": []
},
"output": {
"Ok": {
"values": ["1"]
}
}
}
]
}