Skip to content

Commit a23ee40

Browse files
authored
slhdsa: supplements package level document
1 parent f56b70c commit a23ee40

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

slhdsa/dsa.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
// Use of this source code is governed by a MIT-style
33
// license that can be found in the LICENSE file.
44

5+
// Package slhdsa implements the quantum-resistant stateless hash-based digital signature standard
6+
// SLH-DSA (based on SPHINCS+), as specified in [NIST FIPS 205].
7+
//
8+
// [NIST FIPS 205]: https://doi.org/10.6028/NIST.FIPS.205
9+
//
510
//go:build go1.24
611

712
package slhdsa

0 commit comments

Comments
 (0)