File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
packages/ethereum-cryptography Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,10 @@ This npm package contains all the cryptographic primitives normally used when
11
11
developing Javascript/TypeScript applications and tools for Ethereum.
12
12
13
13
Pure Javascript implementations of all the primitives are included, so it can
14
- be used out of the box for web applications and libraries. In Node, it takes
15
- advantage of the built-in implementations when possible. To improve performance
16
- in Node, you can install a
14
+ be used out of the box for web applications and libraries.
15
+
16
+ In Node, it takes advantage of the built-in implementations when possible. To
17
+ improve performance of some primitives, you can install a
17
18
[ second package] ( https://www.npmjs.com/package/ethereum-cryptography-native )
18
19
with native implementations that will be detected and used by this one.
19
20
You can’t perform that action at this time.
0 commit comments