aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/api/crypto.classes.ts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-04-27fix: make node:crypto Hash.copy work correctly (#2761)Gravatar Silver 1-0/+4
This commit will also: - add a CryptoHasher.copy function - make CryptoHasher.digest reset the hasher so it can be reused Resolves #2651
2023-02-06Mark some things as not configurableGravatar Jarred Sumner 1-0/+1
2023-01-31Re-run prettier after changesGravatar Jarred Sumner 1-11/+2
2022-12-29Introduce `Bun.CryptoHasher`Gravatar Jarred Sumner 1-2/+38
2022-12-28Implement `Bun.RIPEMD160`Gravatar Jarred Sumner 1-1/+2
`RIPEMD160` is used by node:crypto.
2022-08-18Faster TextDecoderGravatar Jarred Sumner 1-1/+0
2022-08-17Move the crypto hashers to the new bindingsGravatar Jarred Sumner 1-0/+43