blakejs
blakejs copied to clipboard
Pure Javascript implementation of the BLAKE2b and BLAKE2s hash functions
followup for 5a2c908e5efdf0d844250ab213e3c7395530a4e6 adding missing parameters in typescript definitions
This commit introduces two key improvements to the Blake2B implementation: 1. Comprehensive JSDoc Documentation: - Added JSDoc comments for all functions and classes - Documented parameters, return values, and exceptions...
This library doesn't currently support ESM (only common js). This causes an issue down the line if someone wants to use it in an ESM context. Would be a very...
Bumps [js-yaml](https://github.com/nodeca/js-yaml) to 4.1.1 and updates ancestor dependency [standard](https://github.com/standard/standard). These dependencies need to be updated together. Updates `js-yaml` from 3.14.1 to 4.1.1 Changelog Sourced from js-yaml's changelog. [4.1.1] - 2025-11-12...
Ran into an issue where my hashing values were off, and I hadn't realized that the `key` needed to be a Uint8. I was just passing a string, and the...