hutool实现Bernstein's hash

简介: hutool实现Bernstein's hash
importcn.hutool.core.util.HashUtil;
publicclassTest {
publicstaticvoidmain(String[] args) {
intv=HashUtil.bernstein("abcde");
System.out.println(v);
    }
}


相关文章
hutool混合hash算法
hutool混合hash算法
hutool混合hash算法
hutool通过BKDR算法求哈希
hutool通过BKDR算法求哈希
hutool通过SDBM算法求哈希
hutool通过SDBM算法求哈希
hutool通过rs算法求哈希
hutool通过rs算法求哈希
hutool通过DEK算法求哈希
hutool通过DEK算法求哈希
hutool通过TianL 算法求哈希
hutool通过TianL 算法求哈希