Commit
refactor: Use Bun native crypto across codebase
Commit details
Commit notes
- Replace node:crypto createHash with Bun.CryptoHasher in hash.ts - Replace node:crypto randomBytes with generateSecureToken in mollie-connect.ts - Consistent use of Bun's native crypto APIs for better performance - Removes all node:crypto dependencies from the codebase
Co-authored-by: armin.naimi <[email redacted]>
- Files changed
- 2
- Lines added
- +13
- Lines removed
- −11