We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f56b70c commit a23ee40Copy full SHA for a23ee40
slhdsa/dsa.go
@@ -2,6 +2,11 @@
2
// Use of this source code is governed by a MIT-style
3
// license that can be found in the LICENSE file.
4
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
10
//go:build go1.24
11
12
package slhdsa
0 commit comments