From e0cc2dccd9db903af788bfa6ed23cb1177b3cec1 Mon Sep 17 00:00:00 2001 From: Stefan Nikolov Date: Wed, 28 Jun 2023 15:29:31 +0300 Subject: [PATCH] feat(circom): Add additional test for pow tempalte --- beacon-light-client/circom/test/pow/data/case05/input.json | 4 ++++ beacon-light-client/circom/test/pow/data/case05/output.json | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 beacon-light-client/circom/test/pow/data/case05/input.json create mode 100644 beacon-light-client/circom/test/pow/data/case05/output.json diff --git a/beacon-light-client/circom/test/pow/data/case05/input.json b/beacon-light-client/circom/test/pow/data/case05/input.json new file mode 100644 index 000000000..192a6d259 --- /dev/null +++ b/beacon-light-client/circom/test/pow/data/case05/input.json @@ -0,0 +1,4 @@ +{ + "base": "10", + "power": "0" +} diff --git a/beacon-light-client/circom/test/pow/data/case05/output.json b/beacon-light-client/circom/test/pow/data/case05/output.json new file mode 100644 index 000000000..8575e58cd --- /dev/null +++ b/beacon-light-client/circom/test/pow/data/case05/output.json @@ -0,0 +1,3 @@ +{ + "out": "1" +}