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

Last updated: May 19,2024

1. Install "python2-siphashc" package

This is a short guide on how to install python2-siphashc on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-siphashc

2. Uninstall "python2-siphashc" package

Learn how to uninstall python2-siphashc on openSUSE Leap:

$ sudo zypper remove python2-siphashc

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

Information for package python2-siphashc:
-----------------------------------------
Repository : Main Repository
Name : python2-siphashc
Version : 1.3-bp153.1.16
Arch : x86_64
Vendor : openSUSE
Installed Size : 13,6 KiB
Installed : No
Status : not installed
Source package : python-siphashc-1.3-bp153.1.16.src
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.