From 2c8bb7efeea0fda70421ac0c8a025e73ce02fb33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Tue, 14 Nov 2023 01:32:22 +0200 Subject: [PATCH] Remove spurious d from CreateHash doc --- argon2id.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argon2id.go b/argon2id.go index 89874c1..f95a93c 100644 --- a/argon2id.go +++ b/argon2id.go @@ -83,7 +83,7 @@ type Params struct { // CreateHash returns an Argon2id hash of a plain-text password using the // provided algorithm parameters. The returned hash follows the format used by -// the Argon2 reference C implementation and contains the base64-encoded Argon2id d +// the Argon2 reference C implementation and contains the base64-encoded Argon2id // derived key prefixed by the salt and parameters. It looks like this: // // $argon2id$v=19$m=65536,t=3,p=2$c29tZXNhbHQ$RdescudvJCsgt3ub+b+dWRWJTmaaJObG