zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

commit 92302a9485f163e64e5f4bc5b7bb4a8f3ddc5820
parent 2f30c0c11264f0222a640e394fc8c4e2385931d3
Author: Andrea D'Intino <andrea@tabbles.net>
Date:   Tue, 19 Jul 2022 16:58:07 +0200

update verify eddsa sign
Diffstat:
Mzencode/src/verify_graphql.zen | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/zencode/src/verify_graphql.zen b/zencode/src/verify_graphql.zen @@ -1,8 +1,8 @@ Scenario eddsa: verify the signature of a graph query -Given I have a 'base64' named 'graphql' -and a 'eddsa signature' -and a 'eddsa public key' in 'pubkeys' +Given I have a 'url64' named 'graphql' +Given I have a 'eddsa signature' +Given I have a 'eddsa public key' # check that the graph query is reentrant # When I create the count of char '{' found in 'graphql'