diff options
Diffstat (limited to 'internal/wycheproof')
| -rw-r--r-- | internal/wycheproof/rsa_pss_test.go | 2 |
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() |
