Age | Commit message (Expand) | Author |
---|---|---|
2023-03-28 | fix(ext/node): implement crypto.Sign (RSA/PEM/SHA{224,256,384,512}) (#18471) | Yoshiya Hinosawa |
2023-03-28 | feat(ext/node): add `crypto.checkPrime` API (#18465) | Divy Srivastava |
2023-03-28 | chore(ext/node): port pbkdf2 to Rust (#18470) | Divy Srivastava |
2023-03-18 | fix(ext/node): add createDecipheriv (#18245) | Yoshiya Hinosawa |
2023-03-14 | fix(ext/node): add crypto.createCipheriv (#18091) | Yoshiya Hinosawa |
2023-03-06 | perf(ext/node): improve createHash performance (#18033) | Divy Srivastava |
2023-02-20 | perf: use ops for node:crypto ciphers (#17819) | Divy Srivastava |
2023-02-14 | feat(ext/node): embed std/node into the snapshot (#17724) | Bartek IwaĆczuk |