From f56b70c4db4b4ff38ced11a77bb9fc660aebe789 Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Mon, 15 Sep 2025 10:51:54 +0800 Subject: [PATCH] fix(slhdsa): copy/paste issue --- slhdsa/key_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/slhdsa/key_test.go b/slhdsa/key_test.go index 8499ebb..6ee3d9d 100644 --- a/slhdsa/key_test.go +++ b/slhdsa/key_test.go @@ -8,6 +8,7 @@ package slhdsa import ( "bytes" + "crypto/rand" "encoding/hex" "testing" )