Skip to content

Conversation

@Mehrn0ush
Copy link
Contributor

This PR adds Argon2 (RFC 9106) to schema/cryptography-defs.json.

Notes on parameter naming vs Issue #756

Issue #756 proposes: Argon2(id|i|d)[-{memoryMiB}][-{iterations}][-{parallelism}].

RFC 9106 defines:

  • m as memory size in kibibytes (KiB),
  • t as number of passes,
  • p as degree of parallelism.

Accordingly, this PR uses:
Argon2(id|i|d)[-{memoryKiB}][-{passes}][-{parallelism}]

If the community prefers the Issue's naming for consistency with existing conventions, I can update the pattern accordingly.

Refs: #756

Add Argon2 (RFC 9106) to the Cryptography Registry with a parameterized pattern aligned to RFC terminology.
@Mehrn0ush Mehrn0ush requested a review from a team as a code owner January 25, 2026 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant