OSDN Git Service

update the restore wallet logic, using ed25519.
authorZhiting Lin <zlin035@uottawa.ca>
Tue, 3 Mar 2020 07:03:30 +0000 (15:03 +0800)
committerZhiting Lin <zlin035@uottawa.ca>
Tue, 3 Mar 2020 07:03:30 +0000 (15:03 +0800)
commit9544161ff419ee84f2f8974da98e5143d3031431
treec8ebaaa322c7ace37e678d5161b5851e6690ac3d
parent2a7ce0006fefa9263634494c4214491ea81c24ff
update the restore wallet logic, using ed25519.
12 files changed:
package-lock.json
package.json
src/api/accounts.js
src/sdk/wallet.js
src/utils/account.js [new file with mode: 0644]
src/utils/ed25519/curve.js [new file with mode: 0644]
src/utils/ed25519/index.js [new file with mode: 0644]
src/utils/ed25519/lib/constants.js [new file with mode: 0644]
src/utils/ed25519/lib/group.js [new file with mode: 0644]
src/utils/ed25519/lib/random.js [new file with mode: 0644]
src/utils/ed25519/point.js [new file with mode: 0644]
src/utils/ed25519/scalar.js [new file with mode: 0644]