
Crypt::ECDSA::ECDSAVS -- Verification system for elliptic curve cryptography DSA

This package exists to test this ECDSA implementation against the NIST ECDSAVS verifier. It is NOT intended for general use and is entirely customized for the current crypto FIPS verifier file formats, which are a variant of the Windows style config file format.

William Herrera B<wherrera@skylightview.com>.

make new testing object
write information about the ECDSA modules
generate key pairs
test public keys for validity
do signature genetation
do signature verification
do all tests
convert input string to a bigint -- tries to differentiate hex from base 10 numbers
print a number as hex without the usual leading '0x' code
process input lines of input files
untaint input for the module
read input
write output

Questions, feature requests and bug reports should go to <wherrera@skylightview.com>.

Copyright (c) 2007 William Herrera. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.