cleanup runners, add coverage script, fix typo

This commit is contained in:
Kyle Drake 2014-03-11 12:23:37 -07:00
parent 7219c27413
commit c277fed4e1
No known key found for this signature in database
GPG key ID: 8BE721072E1864BE
3 changed files with 5 additions and 3 deletions
test

View file

@ -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();