套件:libhighwayhash0t64(0~git20200803.9490b14-4.1 以及其他的)
libhighwayhash0t64 的相關連結
Debian 的資源:
下載原始碼套件 highwayhash:
- [highwayhash_0~git20200803.9490b14-4.1.dsc]
- [highwayhash_0~git20200803.9490b14.orig.tar.xz]
- [highwayhash_0~git20200803.9490b14-4.1.debian.tar.xz]
維護者:
外部的資源:
- 主頁 [github.com]
相似套件:
Fast strong hash functions: SipHash/HighwayHash (library)
Highwayhash provides three 'strong' (well-distributed and unpredictable) hash functions: a faster version of SipHash, a data-parallel variant of SipHash using tree hashing, and an even faster algorithm called HighwayHash.
SipHash is a fast but 'cryptographically strong' pseudo-random function by Aumasson and Bernstein [https://www.131002.net/siphash/siphash.pdf].
SipTreeHash slices inputs into 8-byte packets and computes their SipHash in parallel, which is faster when processing at least 96 bytes.
HighwayHash is a new way of mixing inputs which may inspire new cryptographically strong hashes. Large inputs are processed at a rate of 0.3 cycles per byte, and latency remains low even for small inputs. HighwayHash is faster than SipHash for all input sizes, with about 3.8 times higher throughput at 1 KiB.
This package ships the shared object.
其他與 libhighwayhash0t64 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.38)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC 支援函式庫
-
- dep: libstdc++6 (>= 11)
- GNU Standard C++ Library v3