This website works better with JavaScript.
Home
Explore
Help
Sign In
arnaucube
/
blindsig-client-server-example
mirror of
https://github.com/arnaucube/blindsig-client-server-example.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
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.
6
Commits
1
Branch
0
Tags
2.5 MiB
JavaScript
99.5%
HTML
0.3%
Go
0.2%
Branch:
master
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
blindsig-client-server-example
/
client
/
loop-test
History
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