Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/C2SP/wycheproof
/ functions
Functions
17 in github.com/C2SP/wycheproof
⨍
Functions
17
◇
Types & classes
4
↓ 1 callers
Function
checkVectorFile
(filename string)
tools/twistcheck/twistcheck.go:55
↓ 1 callers
Function
extractFromPEM
(pemStr string)
tools/twistcheck/twistcheck.go:158
↓ 1 callers
Function
extractPublicKey
(publicRaw json.RawMessage)
tools/twistcheck/twistcheck.go:137
↓ 1 callers
Function
isPointOnTwist
(publicKey []byte, curve string)
tools/twistcheck/twistcheck.go:175
↓ 1 callers
Function
isPointOnTwist25519
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 callers
Function
isPointOnTwist448
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 callers
Function
lintVectorDir
(schemaCompiler *jsonschema.Compiler, results *schemaLintResults, vectorDir string)
tools/vectorlint/main.go:199
↓ 1 callers
Function
lintVectorTestGroups
(vectorData []byte, path string)
tools/vectorlint/main.go:239
↓ 1 callers
Function
lintVectorToSchema
(schemaCompiler *jsonschema.Compiler, vectorData []byte, path string, results *schemaLintResults)
tools/vectorlint/main.go:287
↓ 1 callers
Function
main
()
tools/reformat_json.py:7
↓ 1 callers
Function
reformat_json_file
(file_path)
tools/reformat_json.py:21
Function
main
()
tools/vectorlint/main.go:28
Function
main
()
tools/schemagen/schemagen.go:22
Function
main
()
tools/twistcheck/twistcheck.go:28
Function
validateCurve
(value any)
tools/vectorlint/main.go:186
Function
validateHex
(value any)
tools/vectorlint/main.go:119
Function
validatePem
(value any)
tools/vectorlint/main.go:137