UNPKG

react-native-quick-crypto

Version:

A fast implementation of Node's `crypto` module written in C/C++ JSI

9 lines (7 loc) 147 B
import { subtle, Subtle } from './subtle'; import { CryptoKey } from './keys'; export default { subtle, SubtleCrypto: Subtle, CryptoKey, };