ZoKrates
1 program
Added 2026-02-12T12:24:33Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit a8b97d3c77 · authored 2026-02-12T13:25:15+01:00 · agent claude-code · model sonnet
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
Square Root Proof
Provenance: commit a8b97d3c77 · authored 2026-02-12T13:25:15+01:00 · agent claude-code · model sonnet · WebSearch disabled
def main(private field a, field b) -> bool {
return a * a == b;
}