EOSIO / eosjs-ecc

Elliptic curve cryptography functions: Private Key, Public Key, Signature, AES, Encryption, Decryption
288 stars 119 forks source link

Is there support RN package to use? #15

Closed xntop closed 6 years ago

xntop commented 6 years ago

Is there support RN package to use?

jcalfee commented 6 years ago

RN package?

xntop commented 6 years ago

@jcalfee yea, react native lib.

jcalfee commented 6 years ago

Lol .. guess I answered that question. I don't have a RN package. Eosjs-ecc should work though, it does not use local storage or any window or document objects. Have you tried it?

xntop commented 6 years ago

@jcalfee I have tried it and it works well, thanks