You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
arnaucube 7b32ec29fa Loop-test send signature to server to be verified 3 years ago
..
README.md Loop-test send signature to server to be verified 3 years ago
loop-test.js Loop-test send signature to server to be verified 3 years ago
package-lock.json Loop-test send signature to server to be verified 3 years ago
package.json Loop-test send signature to server to be verified 3 years ago

README.md

Loop test

  • Run the server from the repo root directory: go run main.go
  • Install npm dependancies npm install
  • Run the nodejs loop script: node loop-test.js
    • This will print on the screen the number of iterations each 100 iterations
    • And if there is an error verifying a signature, will print all the involved parameters
      • signature verification is done on the JS side, but also sent to the server to verify it from the Go side