How to Install and Uninstall libsecp256k1-2 Package on openSuSE Tumbleweed

Last updated: July 01,2024

1. Install "libsecp256k1-2" package

Please follow the instructions below to install libsecp256k1-2 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install libsecp256k1-2

2. Uninstall "libsecp256k1-2" package

Please follow the instructions below to uninstall libsecp256k1-2 on openSuSE Tumbleweed:

$ sudo zypper remove libsecp256k1-2

3. Information about the libsecp256k1-2 package on openSuSE Tumbleweed

Information for package libsecp256k1-2:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libsecp256k1-2
Version : 0.4.1-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.2 MiB
Installed : No
Status : not installed
Source package : libsecp256k1-0.4.1-1.2.src
Upstream URL : https://github.com/bitcoin/secp256k1
Summary : Optimized C library for EC operations on curve secp256k1
Description :
The libsecp256k1 library is a work in progress and is being used to research best practices. Use at your own risk.
Features:
- secp256k1 ECDSA signing/verification and key generation.
- Adding/multiplying private/public keys.
- Serialization/parsing of private keys, public keys, signatures.
- Constant time, constant memory access signing and pubkey generation.
- Derandomized DSA (via RFC6979 or with a caller provided function.)
- Very efficient implementation.