aboutsummaryrefslogtreecommitdiff
path: root/docs/api/hashing.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-08Fix `Bun.CryptoHasher` missing argument in docs (#4585)Gravatar Samual Norman 1-2/+2
2023-09-07Doc updates for v1.0 (#4485)Gravatar Colin McDonnell 1-4/+0
* Remove v0.x messages * Add windows section to Installatino * update * update * Update * Comment out windows
2023-08-07Fix `Bun.hash` functions (#4054)Gravatar jhmaster 1-4/+5
* fix `Bun.hash` functions to behave as expected * update Bun.hash tests * properly test the returned hash * include murmur32v2 * update Bun.hash docs * run fmt
2023-06-06Docs for `Bun.password` and ws publish (#3227)Gravatar Colin McDonnell 1-0/+65
* Update websocket docs & jsdoc * Document Bun.password * Update hash encoding docs * Fix typos * Add info about user-specific data in ws * Update outdated websocket jsdoc * Replace usages of req.url * Remove log
2023-05-29More/better docs for JSX, utils, binary data, streams, hashing, `bun test`, ↵Gravatar Colin McDonnell 1-0/+139
`Bun.serve` (#3005) * WIP * Updates * Document deepEquals * WIP * Update typeS * Update TLS docs for Bun.serve * Update types for tls * Draft binary data page. Add Streams page. * Update test runner docs * Add hashing, flesh out utils * Grammar * Update types * Fix * Add import.meta docs * Tee