更新 'test.js'

master
src48597962 2 years ago
parent 8218043f4d
commit fe95048ef3
  1. 2
      test.js

@ -15,7 +15,7 @@ function generateKeyPair() {
};
const publicKey = pointMultiply(G, privateKey);
return {
privateKey,
privateKey: privateKey,
publicKey: '04' + publicKey.x.toString(16, 64) + publicKey.y.toString(16, 64)
};
}

Loading…
Cancel
Save