@amazon-devices/expo-crypto is a universal library for crypto operations that enables you to hash data in an equivalent manner to the Node.js core crypto API.
Installation
-
Add the JavaScript library dependency in the
package.jsonfile. -
Reinstall dependencies using the
npm installcommand.
Examples
API reference
Check out the dedicated documentation page for info about this library, API reference and more: Official Expo documentation for expo-crypto.Methods
Known issues and limitations
Vega supports all cryptographic hash functions (CryptoDigestAlgorithm enum) except for MD2.

