hash-functions: New function hash_case_bytes().
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 7 Dec 2010 04:50:04 +0000 (20:50 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 20 Mar 2011 16:41:55 +0000 (09:41 -0700)
This is useful for hashing an arbitrary byte sequence case-insensitively.
Obviously most uses would be better off working with Unicode but we aren't
there yet.


No differences found