aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/api/crypto.classes.ts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-08-18Remove most C API usages, add debugger pretty printers for `Headers`, ↵Gravatar Jarred Sumner 1-0/+43
`URLSearchParams`, `FormData`, `Worker`, `EventTarget` (#4187) * Add pretty printers for `Headers`, `URLSearchParams`, and `FormData` * [untested] Add way to code generate getInternalProperties * bump * Bump Webkit * Ref the event loop while loaded * wip * checkpoint * another checkpoint * The code has been written * Fixup exports * Fix all the errors * Fix bug * [console.log] Fix bug when printing non-reified types missing values * Fix loading hash table * fix plugin * Fix ref & unref * auto-unref * various fixes * Update bun.zig * Set toStringTag * Delete code for macro JSX * Delete code for `bun dev` HTTP JS * Move Bun.serve to C++ API * Delete JSC C API code * :scissors: :skull: code * Use JSC C++ for `confirm`, `Crypto`, `prompt`, `alert` * more dead code * Update exports.zig * Use JSC C++ API for FFI * Remove remaining usages * Remove remaining usages * Update ffi.ts * Update InternalModuleRegistryConstants.h * draw the rest of the owl * Update webcore.zig * bind it * Fix performance regression in crypto.randomUIUD() * Update js_parser.zig --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
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