1.7.2
- legacy: new module, with md5 hash
- sha1: move to
legacy
, keep old alias until major release - utils: randomBytes should ensure Uint8Array output for old node.js versions
- utils: use built-in Uint8Array toHex / fromHex when available. Gives 13x speed-up on 256b arrays, 20x speed-up on 32kb arrays
- Typescript source can now be used without compilation in node.js v24, due to erasableSyntaxOnly
Full Changelog: 1.7.1...1.7.2