@ -47,7 +47,7 @@ function ECPair (d, Q, options) {
}
Object.defineProperty(ECPair.prototype, 'Q', {
get: function() {
get: function () {
if (!this.__Q && this.d) {
this.__Q = ECPair.curve.G.multiply(this.d)
@ -1,4 +1,4 @@
/* global describe, it */
/* global describe, it, beforeEach */
/* eslint-disable no-new */
var assert = require('assert')