@sskmy1024y/react-native-hash
Version:
A hashing library for react-native
12 lines (8 loc) • 366 B
JavaScript
/* eslint linebreak-style: ["error", "windows"] */
/* eslint-disable no-use-before-define */
import { NativeModules } from 'react-native';
const { RNHash } = NativeModules;
export default RNHash;
export { default as JSHash } from './JSHash/JSHash.js';
export { default as JSHmac } from './JSHash/JSHmac.js';
export { default as CONSTANTS } from './Constants.js';