mirror of
https://github.com/BillyOutlast/drop.git
synced 2026-02-04 08:41:17 +01:00
* replace btoa with a Buffer implementation, as btoa does not support non-unicode characters. * replace btoa with a Buffer implementation, as btoa does not support non-unicode characters. * fix linting * fix linting * replace buffer implementation with a md5 hash. This also adds the ts-md5 library. * Revert "replace buffer implementation with a md5 hash. This also adds the ts-md5 library." This reverts commit f98b811ab99b9198a3c44fa216b8ee09edc9fab3. * replace buffer implementation with md5 hash from node:crypto * fix linting.. again --------- Co-authored-by: FurbyOnSteroids <codeberg@your-moms-bellybutton.hair>