Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Nxt Bounty for working JavaScript code that signs and verifies signatures
by
Jaguar0625
on 20/01/2014, 04:32:13 UTC
Finally finished my implementation: https://github.com/Jaguar0625/JavaScriptNrs.

Here are the numbers from my machine:
Code:
Public Key  3.027ms
Sign          6.169ms
Verify        4.371ms

The code I am using to run the timing tests is also in the repo under the browser_test subdirectory in case anyone wants to verify the numbers Smiley.