react native key pair:rn0350 源码
React本机密钥对 Public / Private RSA密钥生成的本地实现。 用法 import KeyPair from 'react-native-key-pair' KeyPair.generate((keys)=>{ console.log(keys.private) // the private key console.log(keys.public) // the public key }) 入门 $ npm install react-native-key-pair --save 大多是自动安装 $ react-native link react-native
文件列表
react-native-key-pair-master.zip
(预估有个27文件)
react-native-key-pair-master
.gitignore
10B
package.json
323B
android
build.gradle
495B
src
main
AndroidManifest.xml
125B
java
com
暂无评论