On 2007-06-27, Robin Becker <[EMAIL PROTECTED]> wrote:
> Is the any way to get an efficient 16bit hash in python?

int(md5.new(s).hexdigest()[:4], 16) ?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to