tree: f10dff1efa0476a705a49fee11da862938ee419c [path history] [tgz]
  1. internal/
  2. aes_cbc_test.go
  3. chacha20_poly1305_test.go
  4. dsa_test.go
  5. ecdsa_compat_test.go
  6. ecdsa_go115_test.go
  7. ecdsa_test.go
  8. eddsa_test.go
  9. hkdf_test.go
  10. README.md
  11. rsa_pss_test.go
  12. rsa_signature_test.go
  13. wycheproof_test.go
internal/wycheproof/README.md

This package runs a set of the Wycheproof tests provided by https://github.com/google/wycheproof.

The JSON test files live in https://github.com/google/wycheproof/tree/master/testvectors and are being fetched and cached at a pinned version every time these tests are run. To change the version of the wycheproof repository that is being used for testing, update wycheproofModVer.

The structs for these tests are generated from the schemas provided in https://github.com/google/wycheproof/tree/master/schemas using https://github.com/a-h/generate.