From 3c24ac0690e79fca186754c9be68504d4a3bff80 Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Tue, 27 May 2025 10:14:54 +0800 Subject: [PATCH] slhdsa: go1.24 build --- slhdsa/parameterset.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/slhdsa/parameterset.go b/slhdsa/parameterset.go index f64e470..49b2c01 100644 --- a/slhdsa/parameterset.go +++ b/slhdsa/parameterset.go @@ -1,3 +1,9 @@ +// Copyright 2025 Sun Yimin. All rights reserved. +// Use of this source code is governed by a MIT-style +// license that can be found in the LICENSE file. + +//go:build go1.24 + package slhdsa import "io"