Simple Python elliptic curves and ECDSA
- From: Peter Pearson <ppearson@xxxxxxxxxxxxxxx>
- Date: Tue, 24 Jan 2006 16:38:57 -0800
For study, I've implemented ECDSA in Python, and made
that and the underlying elliptic-curve module available
without restriction. For simplicity, only curves over
GF(p) are implemented, those being the curves blessed
by NSA's "Suite B" announcement. Also for simplicity,
I omitted everything having to do with curve generation,
since one can simply use guaranteed-good curves
published by NIST. I chose readability and clean
interfaces over speed, so you wouldn't want to build
a system around this code, but it might have
educational value, particularly showing the joys of
working in a group where every element (but one) has
a known, huge order.
http://webpages.charter.net/curryfans/peter/downloads.html
--
Peter Pearson
To get my email address, substitute:
nowhere -> spamcop, invalid -> net
.
- Follow-Ups:
- Re: Simple Python elliptic curves and ECDSA
- From: Tom St Denis
- Re: Simple Python elliptic curves and ECDSA
- Prev by Date: Re: Using Gimp For Key Material
- Next by Date: Re: More perspective, factoring
- Previous by thread: Re: none
- Next by thread: Re: Simple Python elliptic curves and ECDSA
- Index(es):
Relevant Pages
|