Bounty announcement
100'000 NXT will be paid for working JavaScript code that signs and verifies signatures using NRS algo.
- Sign/verify speed must be not lower than 100 signatures per second on a 1 GHz CPU (1 core)
Nobody tried to convert
cpp to js?
Same problem that one of my guys ran into too.
The main problem is that JS doesn't support 64bit math, so script spend most time on emulating this.