How to Install and Uninstall python3-siphashc Package on openSUSE Leap

Last updated: May 15,2024

1. Install "python3-siphashc" package

Please follow the instructions below to install python3-siphashc on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-siphashc

2. Uninstall "python3-siphashc" package

This tutorial shows how to uninstall python3-siphashc on openSUSE Leap:

$ sudo zypper remove python3-siphashc

3. Information about the python3-siphashc package on openSUSE Leap

Information for package python3-siphashc:
-----------------------------------------
Repository : Main Repository
Name : python3-siphashc
Version : 1.3-bp155.2.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 11.8 KiB
Installed : No
Status : not installed
Source package : python-siphashc-1.3-bp155.2.11.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.