@icure/expo-kryptom
v1.3.0
Published
Krytpom wrapper for expo
Downloads
10
Readme
Expo-Kryptom
Native code bridge for Expo using Kryptom to add cryptographic capabilities
Kryptom provides access from kotlin multiplatform to:
- Native cryptographic primitives and digest algorithms including:
- Secure random
- Aes encryption
- Rsa encryption and signing
- Hmac signing
- Byte array encoding and decoding (hex, base64)
Installation
Install expo-kryptom
npm
npm install @icure/expo-kryptom
npx expo prebuild
yarn
yarn add @icure/expo-kryptom
npx expo prebuild