Rule unknown ignore
Scenario 'ecdh': Create the keypair
Given my name is 'John'
Given I have a database uri named 'mysql'
Given I have a database table named 'myTable'
Given I have a 'string dictionary' named 'myZenroomStringDictionary'
# the value of the record could be 0 to max could be
# Given I read the record '1' of the table 'myTable' of the database 'mysql' and save the result into 'myZenroomStringDictionary'
When I create the array of '8' random objects of '256' bits
Then print all data
# Then I save the 'array' into the database 'mysql' into the table 'myTable'
Then I save the output into the database 'mysql' into the table 'myTable'
Based on this: https://apiroom.net/api/dyneorg/read-write-database-acme
ZENCODE:
KEYS