Skip to content

Commit e194e41

Browse files
committed
docs: mark generateKeySync as fully implemented
1 parent a0cc8cc commit e194e41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.docs/implementation-coverage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ These algorithms provide quantum-resistant cryptography.
129129
*`crypto.generateKey(type, options, callback)`
130130
*`crypto.generateKeyPair(type, options, callback)`
131131
*`crypto.generateKeyPairSync(type, options)`
132-
* 🚧 `crypto.generateKeySync(type, options)`
132+
* `crypto.generateKeySync(type, options)`
133133
*`crypto.generatePrime(size[, options[, callback]])`
134134
*`crypto.generatePrimeSync(size[, options])`
135135
*`crypto.getCipherInfo(nameOrNid[, options])`

0 commit comments

Comments
 (0)