aboutsummaryrefslogtreecommitdiff
path: root/internal/wycheproof/rsa_pss_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/wycheproof/rsa_pss_test.go')
-rw-r--r--internal/wycheproof/rsa_pss_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/wycheproof/rsa_pss_test.go b/internal/wycheproof/rsa_pss_test.go
index 2ad9a43..f2f9b6e 100644
--- a/internal/wycheproof/rsa_pss_test.go
+++ b/internal/wycheproof/rsa_pss_test.go
@@ -141,7 +141,7 @@ func TestRsaPss(t *testing.T) {
}
// Run all the tests twice: the first time with the salt length
// as PSSSaltLengthAuto, and the second time with the salt length
- // explictily set to tg.SLen.
+ // explicitly set to tg.SLen.
for i := 0; i < 2; i++ {
for _, sig := range tg.Tests {
h.Reset()