support new key derivations, add new preferred versions using such
authorJustin Wind <justin.wind+git@gmail.com>
Sat, 17 Sep 2022 21:39:36 +0000 (14:39 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Sun, 18 Sep 2022 21:56:23 +0000 (14:56 -0700)
commitb3d316d4fa45a66db0dd7b08a34e79eb97898180
treedca9ac29cdd425e9e58ff896d70d239541d9269d
parent75c98d382607b7d6bcfba9f97cc9edabb6f0395b
support new key derivations, add new preferred versions using such

The purposefully time-consuming scrypt has proven divergent from the
use-cases for this module.
Scrypt is still available but no longer the default, preferring blake2b512,
with shake256 also available.
README.md
lib/mystery-box.js
lib/version-parameters.js
test/lib/mystery-box.js