ton-crypto
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "ton-crypto", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"repository": "https://github.com/ex3ndr/ton-crypto.git", | ||
@@ -35,5 +35,5 @@ "author": "Steve Korshakov <steve@korshakov.com>", | ||
"jssha": "3.2.0", | ||
"ton-crypto-primitives": "1.0.1", | ||
"ton-crypto-primitives": "2.0.0", | ||
"tweetnacl": "1.0.3" | ||
} | ||
} |
@@ -28,12 +28,7 @@ # TON crypto | ||
## React Native | ||
To make it work on react native some native modules are required: | ||
To make it work on react native `expo-random` native module is required: | ||
` | ||
expo install expo-standard-web-crypto | ||
expo install expo-random | ||
` | ||
```js | ||
import { polyfillWebCrypto } from 'expo-standard-web-crypto'; | ||
polyfillWebCrypto(); | ||
``` | ||
## Hashing | ||
@@ -40,0 +35,0 @@ All methods accept strings or Buffers as arguments. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
169112
47
+ Addedton-crypto-primitives@2.0.0(transitive)
- Removedton-crypto-primitives@1.0.1(transitive)
Updatedton-crypto-primitives@2.0.0