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

Last updated: May 20,2024

1. Install "libsecp256k1-0" package

Please follow the instructions below to install libsecp256k1-0 on Kali Linux

$ sudo apt update $ sudo apt install libsecp256k1-0

2. Uninstall "libsecp256k1-0" package

In this section, we are going to explain the necessary steps to uninstall libsecp256k1-0 on Kali Linux:

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

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

Package: libsecp256k1-0
Source: libsecp256k1
Version: 0.1~20220711-1
Installed-Size: 1202
Maintainer: Debian Cryptocoin Team
Architecture: amd64
Depends: libc6 (>= 2.4)
Size: 1158644
SHA256: a9f06be47d56dd4b528a8d062f7cc870ea78b88d3d9668bd400cfa4e91ebd17f
SHA1: 309b80549c27eeb4002041c9ae88ed4e89b03098
MD5sum: 42ffb8b6c1985ec9c52c0d9e133e76b5
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: 2d59f652d02ddcff51b13bd553d9441d
Multi-Arch: same
Homepage: https://github.com/bitcoin/secp256k1
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/libs/libsecp256k1/libsecp256k1-0_0.1~20220711-1_amd64.deb