slhdsa: supplements package level document

This commit is contained in:
Sun Yimin 2025-09-17 10:04:54 +08:00 committed by GitHub
parent f56b70c4db
commit a23ee40008
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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