| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
One can now export the default domain parameters of the card/simulation
with:
`ectester.jar -e -fp -b 192 -o params.txt`
- Renamed ParamReader to ECParams
- Added Command.Export and Response.Export
- Moved ECKeyGenerator.KEY_* to EC_Consts.KEY_*
|
| |
|
|
|
|
|
|
| |
- Added -f/--fresh
- Fixed response align
- Implemented basic EC testing, more advanced/complex tests are gonna be
done through pre-generated files/curves/keys inside the jar or externally.
Such as the invalid curve attack test and others.
|
|
|
- For easier testing
- Command assembles the correct instruction from params in
its constructor
- Command.send() sends the command and obtains the Response
with timing
- Response parses the ResponseAPDU in its constructor and
provides convenience methods to access its contents/SWs/success
/failure/print
data: Added more curves
|