Argon2d and Argon2id key derivation function implementation for the keepass-web project.
Note: only the Argon2id and Argon2d variants are supported, because that's all that's required for KeePass. Argon2i is not implemented, consistent with RFC 9106, which requires only Argon2id.
See SPEC.md.
Published to npm under the @keepass-web scope with provenance signing.
npm ci
npm run typecheck
npm run lint
npm test