commit db13f9b8d1ae43d4465527ffe224ae2e842d9b9d parent c0b1d434781c0c07ba5ba7ac8bf73886aed375db Author: Martin Schanzenbach <schanzen@gnunet.org> Date: Sat, 25 Jan 2025 17:12:42 +0100 use proper crypto Diffstat:
| M | internal/util/helper.go | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/internal/util/helper.go b/internal/util/helper.go @@ -20,8 +20,8 @@ package util import ( "crypto/sha512" + "crypto/rand" gnunetutil "gnunet/util" - "math/rand" "time" talerutil "github.com/schanzen/taler-go/pkg/util"