Language

Package: python-ecdsa @ 0.17.0

Synopsis

ECDSA cryptographic signature library (pure python)

Description

This is an easy-to-use implementation of ECDSA cryptography (Elliptic Curve Digital Signature Algorithm), implemented purely in Python. With this library, you can quickly create key pairs (signing key and verifying key), sign messages, and verify the signatures. The keys and signatures are very short, making them easy to handle and incorporate into other protocols.

Home page
https://github.com/warner/python-ecdsa
Location
gnu/packages/python-crypto.scm (line: 231, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?