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

..22-Jun-2020-

internal/dsa/H22-Jun-2020-3422

README.mdH A D22-Jun-2020548 1210

aes_cbc_test.goH A D22-Jun-20203.5 KiB12874

chacha20_poly1305_test.goH A D22-Jun-20204.3 KiB14988

dsa_test.goH A D22-Jun-20203.2 KiB12462

ecdsa_compat_test.goH A D22-Jun-2020726 3422

ecdsa_go115_test.goH A D22-Jun-2020332 167

ecdsa_test.goH A D22-Jun-20204.2 KiB16581

eddsa_test.goH A D22-Jun-20202.4 KiB10149

hkdf_test.goH A D22-Jun-20203 KiB11264

hmac_test.goH A D22-Jun-20202.7 KiB10659

rsa_pss_test.goH A D22-Jun-20204.9 KiB16589

rsa_signature_test.goH A D22-Jun-20203.2 KiB12463

wycheproof_test.goH A D22-Jun-20203.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.