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

Last updated: October 04,2024

1. Install "python36-siphashc" package

In this section, we are going to explain the necessary steps to install python36-siphashc on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-siphashc

2. Uninstall "python36-siphashc" package

In this section, we are going to explain the necessary steps to uninstall python36-siphashc on openSuSE Tumbleweed:

$ sudo zypper remove python36-siphashc

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

Information for package python36-siphashc:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-siphashc
Version : 1.3-3.7
Arch : x86_64
Vendor : openSUSE
Installed Size : 19,6 KiB
Installed : No
Status : not installed
Source package : python-siphashc-1.3-3.7.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.