Patches will be only accepted if they have a corresponding issue on GitHub.
Having a corresponding issue is better to track and discuss ideas and propose changes.
Please update the README with any API changes, the code and docs should always be in sync.
npm startruns the dev server to run/develop examplesnpm testwill run the tests.scripts/testsame asnpm testbut keeps karma running and watches for changes
if you faced the below issue, make sure you use node version < 18
this[kHandle] = new _Hash(algorithm, xofLen);
^
Error: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:71:19)
at Object.createHash (node:crypto:133:10)```