pokemon-go-trade / vendor / golang.org / x / crypto / internal / wycheproof /
Simon Lindgren authored on 12 Feb 2021
..
internal first commit 3 years ago
README.md first commit 3 years ago
aes_cbc_test.go first commit 3 years ago
chacha20_poly1305_test.go first commit 3 years ago
dsa_test.go first commit 3 years ago
ecdsa_test.go first commit 3 years ago
eddsa_test.go first commit 3 years ago
hkdf_test.go first commit 3 years ago
rsa_pss_test.go first commit 3 years ago
rsa_signature_test.go first commit 3 years ago
wycheproof_test.go first commit 3 years ago
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.