How to Install and Uninstall libhighwayhash-dev Package on Kali Linux

Last updated: April 27,2024

1. Install "libhighwayhash-dev" package

Please follow the guidelines below to install libhighwayhash-dev on Kali Linux

$ sudo apt update $ sudo apt install libhighwayhash-dev

2. Uninstall "libhighwayhash-dev" package

Please follow the guidelines below to uninstall libhighwayhash-dev on Kali Linux:

$ sudo apt remove libhighwayhash-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libhighwayhash-dev package on Kali Linux

Package: libhighwayhash-dev
Source: highwayhash (0~git20200803.9490b14-4)
Version: 0~git20200803.9490b14-4+b1
Installed-Size: 521
Maintainer: Debian QA Group
Architecture: amd64
Depends: libhighwayhash0 (= 0~git20200803.9490b14-4+b1)
Size: 145096
SHA256: 1bb350213c7b702e72fc1719502bfbe09331ce4a32833da9fc65e1ecff42d094
SHA1: 03eb701f7b3e01e348725050ec65f682e208ddc0
MD5sum: 0dbee7553698a43a412218d8d88a538d
Description: Fast strong hash functions: SipHash/HighwayHash (development)
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 static library and development files.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/google/highwayhash
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/h/highwayhash/libhighwayhash-dev_0~git20200803.9490b14-4+b1_amd64.deb