Skip to content

Commit 519e804

Browse files
authored
fix: callback error handling and update coverage status (#891)
1 parent 8c35b74 commit 519e804

File tree

4 files changed

+547
-440
lines changed

4 files changed

+547
-440
lines changed

.docs/implementation-coverage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ These algorithms provide quantum-resistant cryptography.
158158
*`crypto.setFips(bool)`
159159
*`crypto.sign(algorithm, data, key[, callback])`
160160
* 🚧 `crypto.subtle` (see below)
161-
* `crypto.timingSafeEqual(a, b)`
161+
* `crypto.timingSafeEqual(a, b)`
162162
*`crypto.verify(algorithm, data, key, signature[, callback])`
163163
* 🚧 `crypto.webcrypto` (see below)
164164

0 commit comments

Comments
 (0)