Language

Package: python2-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
input-labels

Identify input labels that do not match package names

label 'python-pytest' does not match package name 'python2-pytest'
input-labels

Identify input labels that do not match package names

label 'python-six' does not match package name 'python2-six'
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?