软件包:golang-github-minio-highwayhash-dev(1.0.2-2)
golang-github-minio-highwayhash-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-minio-highwayhash:
- [golang-github-minio-highwayhash_1.0.2-2.dsc]
- [golang-github-minio-highwayhash_1.0.2.orig.tar.gz]
- [golang-github-minio-highwayhash_1.0.2-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Native Go implementation of HighwayHash (library)
This library is a native Go version of HighwayHash with optimized assembly implementations on Intel and ARM, Able to process over 10 GB/sec on a single core on Intel CPUs.
HighwayHash is a pseudo-random function (PRF) developed by Jyrki Alakuijala, Bill Cox and Jan Wassenberg (Google research). HighwayHash takes a 256 bit key and computes 64, 128 or 256 bit hash values of given messages.
It can be used to prevent hash-flooding attacks or authenticate short-lived messages. Additionally it can be used as a fingerprinting function. HighwayHash is not a general purpose cryptographic hash function (such as Blake2b, SHA-3 or SHA-2) and should not be used if strong collision resistance is required.
其他与 golang-github-minio-highwayhash-dev 有关的软件包
|
|
|
|
-
- dep: golang-golang-x-sys-dev
- Low-level interaction with the operating system