cleanup runners, add coverage script, fix typo
This commit is contained in:
parent
7219c27413
commit
c277fed4e1
3 changed files with 5 additions and 3 deletions
test
|
@ -6,7 +6,7 @@ var ecdsa = require('../').ecdsa;
|
|||
var ecparams = sec('secp256k1');
|
||||
|
||||
describe('ecdsa', function() {
|
||||
it('handles point ultiplication', function() {
|
||||
it('handles point multiplication', function() {
|
||||
var G = ecparams.getG();
|
||||
var n = ecparams.getN();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue