• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..13-May-2021-

internal/dsa/H13-May-2021-3422

README.mdH A D13-May-2021548 1210

aead_test.goH A D13-May-20214.7 KiB177118

aes_cbc_test.goH A D13-May-20213.5 KiB12874

dsa_test.goH A D13-May-20213.2 KiB12462

ecdsa_compat_test.goH A D13-May-2021745 3522

ecdsa_go115_test.goH A D13-May-2021350 177

ecdsa_test.goH A D13-May-20214.2 KiB16581

eddsa_test.goH A D13-May-20212.5 KiB10249

hkdf_test.goH A D13-May-20213 KiB11264

hmac_test.goH A D13-May-20212.7 KiB10659

rsa_oaep_decrypt_test.goH A D13-May-20214.2 KiB15087

rsa_pss_test.goH A D13-May-20214.9 KiB16589

rsa_signature_test.goH A D13-May-20213.2 KiB12463

wycheproof_test.goH A D13-May-20213.5 KiB135105

README.md

1This package runs a set of the Wycheproof tests provided by
2https://github.com/google/wycheproof.
3
4The JSON test files live in
5https://github.com/google/wycheproof/tree/master/testvectors
6and are being fetched and cached at a pinned version every time
7these tests are run. To change the version of the wycheproof
8repository that is being used for testing, update wycheproofModVer.
9
10The structs for these tests are generated from the
11schemas provided in https://github.com/google/wycheproof/tree/master/schemas
12using https://github.com/a-h/generate.