From 1f6bfb411b43792d5323c1005518114b1bd3d7f1 Mon Sep 17 00:00:00 2001 From: Adam Shostack <1176137+adamshostack@users.noreply.github.com> Date: Sat, 5 Mar 2022 13:43:33 -0800 Subject: [PATCH] added recommended parameters --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 91fc3fd..7f0bea2 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,11 @@ you compile: `make PREFIX=/usr`). Make sure to run `make test` to verify that your build produces valid results. `sudo make install PREFIX=/usr` installs it to your system. +### Recommended Parameters + +Argon2 takes many parameters. [RFC 9160](https://www.rfc-editor.org/rfc/rfc9106.html#name-parameter-choice) has a section on choosing parameters. + + ### Command-line utility `argon2` is a command-line utility to test specific Argon2 instances