From a23ee400089d29880fcf236506664b247f893e52 Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Wed, 17 Sep 2025 10:04:54 +0800 Subject: [PATCH] slhdsa: supplements package level document --- slhdsa/dsa.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/slhdsa/dsa.go b/slhdsa/dsa.go index d8766f8..5aca8f2 100644 --- a/slhdsa/dsa.go +++ b/slhdsa/dsa.go @@ -2,6 +2,11 @@ // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. +// Package slhdsa implements the quantum-resistant stateless hash-based digital signature standard +// SLH-DSA (based on SPHINCS+), as specified in [NIST FIPS 205]. +// +// [NIST FIPS 205]: https://doi.org/10.6028/NIST.FIPS.205 +// //go:build go1.24 package slhdsa