Merge branch 'master' of git+ssh://metalzone.distorted.org.uk/~mdw/public-git/catacomb/
[u/mdw/catacomb] / utils / README
CommitLineData
38b90111 1Utilities
2
3 This directory contains various random poorly-documented tools
4 which are useful to maintainers of the software.
5
6 Don't put this stuff in the distribution until it's much better.
7
8ecptdecompress.c
9 Compile (using qcc) to ecptd. Run
10 ecptd CURVE R H G
11 where CURVE is a curve-spec, R and H are the curve's order and
12 cofactor, and G is the common point in standard point
13 representation, hybrid, compressed or uncomressed. It either
14 prints an error indicating that the curve or point was bad, or a
15 chunk to be inserted into ectab.in.
16
17ecentry-prettify.pl
18 Run
19 ecentry-prettify.pl NAME FIELD-TYPE
20 and enter P, A, B, R, H and G by pasting from some appropriate
21 standard, terminating each one by a `.' on its own line.
22 Spacing and punctuation in each is stripped. and ecptdecompress
23 is run to format the whole thing into a nice ectab.in chunk.
24
25\f
26Local variables:
27mode: text
28End:
29