zk-email-verify
zk-email-verify copied to clipboard
fix: check email length <= max
resolves #70
@Divide-By-0 ideally we should pass email length as input to check specific length, but I think for now this solution works.
I dont know how it passed tests with your previous compilation -- can you add a test to the twitter verifier so we can be confident it is correct?