Contents

fastecdsa 2.3.2

0

Fast elliptic curve digital signatures

Fast elliptic curve digital signatures

Stars: 260, Watchers: 260, Forks: 75, Open Issues: 7

The AntonKueltz/fastecdsa repo was created 8 years ago and the last code push was 1 months ago.
The project is popular with 260 github stars!

How to Install fastecdsa

You can install fastecdsa using pip

pip install fastecdsa

or add it to a project with poetry

poetry add fastecdsa

Package Details

Author
License
This is free and unencumbered software released into the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means. In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. For more information, please refer to <http://unlicense.org/>
Homepage
PyPi:
https://pypi.org/project/fastecdsa/
GitHub Repo:
https://github.com/AntonKueltz/fastecdsa

Classifiers

  • Security/Cryptography
No  fastecdsa  pypi packages just yet.

Errors

A list of common fastecdsa errors.

Code Examples

Here are some fastecdsa code examples and snippets.

GitHub Issues

The fastecdsa package has 7 open issues on GitHub

  • Bug: multiplication of Point by negative const produces wrong results

See more issues on GitHub

Related Packages & Articles

ecdsa 0.18.0

ECDSA cryptographic signature library (pure python)

oscrypto 1.3.0

TLS (SSL) sockets, key generation, encryption, decryption, signing, verification and KDFs using the OS crypto libraries. Does not require a compiler, and relies on the OS for patching. Works on Windows, OS X and Linux/BSD.

asn1crypto 1.5.1

Fast ASN.1 parser and serializer with definitions for private keys, public keys, certificates, CRL, OCSP, CMS, PKCS#3, PKCS#7, PKCS#8, PKCS#12, PKCS#5, X.509 and TSP

cryptography 42.0.5

cryptography is a package which provides cryptographic recipes and primitives to Python developers.