Contents

fastecdsa 3.0.1

0

Fast elliptic curve digital signatures

Fast elliptic curve digital signatures

Stars: 288, Watchers: 288, Forks: 79, Open Issues: 9

The AntonKueltz/fastecdsa repo was created 9 years ago and the last code push was 1 months ago.
The project is popular with 288 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
None
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/>
    </dd>
Homepage
None
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 9 open issues on GitHub

  • Bump pypa/cibuildwheel from 3.3.0 to 3.3.1

See more issues on GitHub

Related Packages & Articles

ecdsa 0.19.1

ECDSA cryptographic signature library (pure python)

coincurve 21.0.0

Safest and fastest Python library for secp256k1 elliptic curve operations

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 46.0.5

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