How to Install and Uninstall python310-siphashc Package on openSuSE Tumbleweed

Last updated: July 07,2024

1. Install "python310-siphashc" package

This guide let you learn how to install python310-siphashc on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-siphashc

2. Uninstall "python310-siphashc" package

This tutorial shows how to uninstall python310-siphashc on openSuSE Tumbleweed:

$ sudo zypper remove python310-siphashc

3. Information about the python310-siphashc package on openSuSE Tumbleweed

Information for package python310-siphashc:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-siphashc
Version : 2.3-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 19.9 KiB
Installed : No
Status : not installed
Source package : python-siphashc-2.3-1.4.src
Upstream URL : https://github.com/WeblateOrg/siphashc
Summary : Python C module to calculate SipHashes
Description :
A Python C module for siphash. SipHash is an add–rotate–xor (ARX)
based family of pseudorandom functions.
SipHash is fundamentally different from cryptographic hash functions
like SHA in that SipHash is only suitable as a message authentication
code.