]> Cypherpunks repositories - gostls13.git/commit
crypto/pbkdf2: add missing error return value in example
authorFelix Stein <bystones@users.noreply.github.com>
Thu, 23 Oct 2025 20:27:03 +0000 (20:27 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 23 Oct 2025 21:44:03 +0000 (14:44 -0700)
commitdfac972233873c13e449689ce16aa1b9707dd20e
tree48516f446e5c7c4954e0e0e833987d18cbbed3b0
parent47bf8f073ed321e1a1c5aff19c4f4ad6362a1c53
crypto/pbkdf2: add missing error return value in example

This function returns two values, one was missing in the example.

Change-Id: I738597f959011260f666c29b7d3ffad8e5cdc473
GitHub-Last-Rev: 5d99e04f7e1168fd0627e965508181bdb9d1ac25
GitHub-Pull-Request: golang/go#76032
Reviewed-on: https://go-review.googlesource.com/c/go/+/714420
Reviewed-by: Daniel McCarney <daniel@binaryparadox.net>
Reviewed-by: Roland Shoemaker <roland@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Sean Liao <sean@liao.dev>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Sean Liao <sean@liao.dev>
src/crypto/pbkdf2/pbkdf2.go