套件: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