standard formatting fixes
This commit is contained in:
parent
4c8b0f38ea
commit
e106d02731
3 changed files with 3 additions and 3 deletions
|
@ -47,7 +47,7 @@ function ECPair (d, Q, options) {
|
||||||
}
|
}
|
||||||
|
|
||||||
Object.defineProperty(ECPair.prototype, 'Q', {
|
Object.defineProperty(ECPair.prototype, 'Q', {
|
||||||
get: function() {
|
get: function () {
|
||||||
if (!this.__Q && this.d) {
|
if (!this.__Q && this.d) {
|
||||||
this.__Q = ECPair.curve.G.multiply(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 */
|
/* eslint-disable no-new */
|
||||||
|
|
||||||
var assert = require('assert')
|
var assert = require('assert')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue