MCPcopy Index your code

hub / github.com/C2SP/wycheproof / functions

Functions17 in github.com/C2SP/wycheproof

↓ 1 callersFunctioncheckVectorFile
(filename string)
tools/twistcheck/twistcheck.go:55
↓ 1 callersFunctionextractFromPEM
(pemStr string)
tools/twistcheck/twistcheck.go:158
↓ 1 callersFunctionextractPublicKey
(publicRaw json.RawMessage)
tools/twistcheck/twistcheck.go:137
↓ 1 callersFunctionisPointOnTwist
(publicKey []byte, curve string)
tools/twistcheck/twistcheck.go:175
↓ 1 callersFunctionisPointOnTwist25519
isPointOnTwist25519 checks if a point is on the twist of Curve25519. A point is on the twist if x³ + 486662x² + x is NOT a quadratic residue mod p.
tools/twistcheck/twistcheck.go:188
↓ 1 callersFunctionisPointOnTwist448
isPointOnTwist448 checks if a point is on the twist of Curve448. A point is on the twist if x³ + 156326x² + x is NOT a quadratic residue mod p.
tools/twistcheck/twistcheck.go:207
↓ 1 callersFunctionlintVectorDir
(schemaCompiler *jsonschema.Compiler, results *schemaLintResults, vectorDir string)
tools/vectorlint/main.go:199
↓ 1 callersFunctionlintVectorTestGroups
(vectorData []byte, path string)
tools/vectorlint/main.go:239
↓ 1 callersFunctionlintVectorToSchema
(schemaCompiler *jsonschema.Compiler, vectorData []byte, path string, results *schemaLintResults)
tools/vectorlint/main.go:287
↓ 1 callersFunctionmain
()
tools/reformat_json.py:7
↓ 1 callersFunctionreformat_json_file
(file_path)
tools/reformat_json.py:21
Functionmain
()
tools/vectorlint/main.go:28
Functionmain
()
tools/schemagen/schemagen.go:22
Functionmain
()
tools/twistcheck/twistcheck.go:28
FunctionvalidateCurve
(value any)
tools/vectorlint/main.go:186
FunctionvalidateHex
(value any)
tools/vectorlint/main.go:119
FunctionvalidatePem
(value any)
tools/vectorlint/main.go:137