I've a simple contact page where the user insert only the email address, to avoid double post I thought to create a simple sqlite3 db with just one field with unique constrain to save the email hash (I don't want to keep plain email address in this db)
A valid email max length is still 254?
(I know already about alternatives for double post problem)
My knowledge of math is limited, what would be a reasonable good hash to avoid collisions?