standard formatting fixes
This commit is contained in:
parent
4c8b0f38ea
commit
e106d02731
3 changed files with 3 additions and 3 deletions
src
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue