Hi everybody My request is not Java-specific, but my implementation is using Java, and I know no better forums than here! =) I need some parametrized hash functions for my application. I need functions that work over variable number of bits (boolean[], for example), and produce an output with configurable size. For example, I could supply a boolean[89] and request an ...