UNPKG

react-native-rsa-native

Version:

A native implementation of RSA key generation and encryption/decryption.

9 lines (4 loc) 197 B
import { NativeModules } from 'react-native'; const { RNRSAKeychain, RNRSA } = NativeModules; export { RNRSAKeychain, RNRSAKeychain as RSAKeychain, RNRSA, RNRSA as RSA }; export default RNRSA;