软件包:python3-electrum-ecc(0.0.6+ds-1)
python3-electrum-ecc 的相关链接
Debian 的资源:
下载源码包 python-electrum-ecc:
- [python-electrum-ecc_0.0.6+ds-1.dsc]
- [python-electrum-ecc_0.0.6+ds.orig.tar.xz]
- [python-electrum-ecc_0.0.6+ds-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Pure Python ctypes wrapper for libsecp256k1
This package provides a pure Python interface to the native C library libsecp256k1, which is a highly optimized library for cryptographic operations on the secp256k1 elliptic curve.
Unlike other wrappers that might embed or compile their own C code, this package leverages the system-installed version of libsecp256k1, ensuring compatibility and security by relying on a trusted, widely-used and maintained system library.
It utilizes the Python ctypes foreign function library to dynamically load and call functions from libsecp256k1 at runtime, providing a low-overhead and efficient bridge between Python and the high-performance C implementation.
This package is an essential component for projects requiring fast and secure Elliptic Curve Cryptography, such as the Electrum Bitcoin wallet, and is suitable for developers needing to perform tasks like key generation, ECDSA signature verification, and Schnorr signatures.
其他与 python3-electrum-ecc 有关的软件包
|
|
|
|
-
- dep: libsecp256k1-2
- library for EC operations on curve secp256k1
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)