SEA crypto graphic utilities, for expo
- Android Suppot: YES
- iOS Support: NO
npm install github:bmatusiak/native-seaimport Gun from 'gun';
import SEA from 'gun/sea'
import NativeSea from 'native-sea';
NativeSea.install(Gun);KeyType is specified in RFC 6090
https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/sign#ecdsa
https://datatracker.ietf.org/doc/html/rfc4754#section-3
PBKDF2 is specified in RFC 2898.
SHA-256 is specified in NIST.FIPS.180-4.pdf
https://github.com/rtyley/spongycastle
#dev setup
cd ./e2e
npm install
npm start