Interface IHashFunction


public interface IHashFunction
Classes implementing a specific hash function
Author:
hampfc
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    hash(String value)
     
  • Method Details

    • hash

      byte[] hash(String value)