@wecrpto/weaccount
v1.0.1
Published
a crypto lib for miniprogram
Downloads
8
Maintainers
Readme
@wecrpto/weaccount
an wechat miniProgram Crypto js lib
Use this lib can create an account base on ed25519 & sign & verify
Public-key authenticated Implements x25519-xsalsa20-poly1305.
Secret-key Implements xsalsa20-poly1305.
Install
yarn add @wecrpto/nacl @wecrpto/weaccount
or NPM
npm i --save @wecrpto/nacl @wecrpto/weaccount