Skip to content

Commit edbeec0

Browse files
committed
Distinguish between built-in and native implementations
1 parent 0d554ba commit edbeec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ethereum-cryptography/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ before using this submodule.
162162

163163
### Supported digests
164164

165-
In Node this submodule uses the native implementation and supports any digest
165+
In Node this submodule uses the built-in implementation and supports any digest
166166
returned by [`crypto.getHashes`](https://nodejs.org/api/crypto.html#crypto_crypto_gethashes).
167167

168168
In the browser, it is tested to support at least `sha256`, the only digest

0 commit comments

Comments
 (0)