微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

SipHash 伪随机函数

程序名称:SipHash

授权协议: 未知

操作系统: 跨平台

开发语言: C/C++

SipHash 介绍

SipHash 是一系列伪随机函数(又名的散列函数),专为短消息的速度优化。

SipHash 的用户包括

  • Bloomberg: SipHash-2-4 is one of the hashes in Bloomberg’s Basic Development Environment (documentation,code)

  • OpenBSD: SipHash-2-4 and SipHash-4-8 have been committed under sys/crypto, and SipHash-2-4 is to be used in the in_pcb hashing

  • Shardmap: SipHash-2-4 is the hash function of this directory indexing system, “the designated successor of HTree”

  • SoundHound, which “makes heavy use” of SipHash

  • Python: SipHash-2-4 is used as hash() “on all major platforms” (patch, PEP)

  • FreeBSD: SipHash-2-4 is used to protect SYN cookies from forgeries (code, revision)

  • Hashable: SipHash-2-4 is used to hash objects in this Haskell package part of the Haskell Platform (blog)

  • Rubinius: SipHash-2-4 is used in the hash tables implementation (commit)

  • JRuby: SipHash-2-4 is the optional algorithm in the hash tables implementation (commit)

  • Perl 5: SipHash-2-4 is optional in Perl builds (commit,code)

  • Redis: SipHash-2-4 is used in the hash tables implementation of this advanced key-value data store (pull request)

  • Ruby: SipHash-2-4 is used in the hash tables implementation (vulnerability report, changelog)

  • OpenDNS: SipHash-2-4 is used in the dnscache instances of all OpenDNS resolvers (patch).

  • Rust: SipHash-2-4 is used in the hash tables implementation of this “safe, concurrent, practical language” developed by Mozilla (patch,hash.rs).

  • Sodium: SipHash-2-4 is the “shorthash” function of this cryptography library based on NaCl

SipHash 官网

https://131002.net/siphash/

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐