UNPKG

react-native-quick-crypto

Version:

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

10 lines (9 loc) 197 B
"use strict"; import { subtle, Subtle } from './subtle'; import { CryptoKey } from './keys'; export default { subtle, SubtleCrypto: Subtle, CryptoKey }; //# sourceMappingURL=webcrypto.js.map