How to Install and Uninstall libsecp256k1-1 Package on Kali Linux

Last updated: July 02,2024

1. Install "libsecp256k1-1" package

Please follow the guidance below to install libsecp256k1-1 on Kali Linux

$ sudo apt update $ sudo apt install libsecp256k1-1

2. Uninstall "libsecp256k1-1" package

This guide let you learn how to uninstall libsecp256k1-1 on Kali Linux:

$ sudo apt remove libsecp256k1-1 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libsecp256k1-1 package on Kali Linux

Package: libsecp256k1-1
Source: libsecp256k1
Version: 0.2.0-2
Installed-Size: 1196
Maintainer: Debian Cryptocoin Team
Architecture: amd64
Depends: libc6 (>= 2.4)
Size: 1156656
SHA256: d6de95cc96d97936900bad1af561f8c2e73906f5956ca48906d49771197232a8
SHA1: 8e81e9819e6598ba6b457792d8b3f3e42f39ba39
MD5sum: 8cb0d43786bc0dea3f19da8c7b07b1b0
Description: library for EC operations on curve secp256k1
An optimized C library for EC operations on curve secp256k1.
.
NB! This library is intended to be
the highest quality publicly available library
for cryptography on the secp256k1 curve.
However, the primary focus of its development has been
for usage in the Bitcoin system
and usage unlike Bitcoin's may be less well tested, verified,
or suffer from a less well thought out interface.
Correct usage requires some care and consideration
that the library is fit for your application's purpose.
.
Features:
* secp256k1 ECDSA signing/verification and key generation.
* Additive and multiplicative tweaking of secret/public keys.
* Serialization/parsing of secret keys, public keys, signatures.
* Constant time, constant memory access signing and public key generation.
* Derandomized ECDSA (via RFC6979 or with a caller provided function.)
* Very efficient implementation.
* Suitable for embedded systems.
* Optional module for public key recovery.
* Optional module for ECDH key exchange.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/bitcoin/secp256k1
Section: libs
Priority: optional
Filename: pool/main/libs/libsecp256k1/libsecp256k1-1_0.2.0-2_amd64.deb