Zero Knowledge

ZoKrates Code

def main(private field a, field b) {
    assert(a * a == b);
    return;
}

Contact me at justinamstadt@gmail.com