How to Install and Uninstall libhighwayhash0 Package on Kali Linux

Last updated: May 17,2024

1. Install "libhighwayhash0" package

This guide covers the steps necessary to install libhighwayhash0 on Kali Linux

$ sudo apt update $ sudo apt install libhighwayhash0

2. Uninstall "libhighwayhash0" package

In this section, we are going to explain the necessary steps to uninstall libhighwayhash0 on Kali Linux:

$ sudo apt remove libhighwayhash0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libhighwayhash0 package on Kali Linux

Package: libhighwayhash0
Source: highwayhash (0~git20200803.9490b14-4)
Version: 0~git20200803.9490b14-4+b1
Installed-Size: 131
Maintainer: Debian QA Group
Architecture: amd64
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Size: 42668
SHA256: 2a580c1380ae4ccfc3a0aa5475d151f579612af0632c3c0d9eec9fa6c75b8c87
SHA1: 1892329b09e920bc40e63d2d688c4cc47945e8f8
MD5sum: f914e9110fdecd60a455fb88058fe55b
Description: 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.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/google/highwayhash
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/h/highwayhash/libhighwayhash0_0~git20200803.9490b14-4+b1_amd64.deb