aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/data/brainpool (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reformatted curve and test CSV dataJ08nY2017-05-2014-14/+14
|
* Fix mis-entered brainpool curvesJ08nY2017-04-047-7/+7
|
* Added support for named curves (in jar).J08nY2017-03-061-3/+2
| | | | | - Doesn't work well while simulating, some weird memory bug. Will investigate. - Has categories of curves, more will be added.
* removed newlines, changed f2m format, removed old SimpleAPDUJ08nY2017-02-2129-98/+103
| | | | | | | | | | | | | | data: - now truly csv - f2m format now: m,e_1,e_2,e_3,a,b,gx,gy,r,k,wx,wy,s reader: - removed SimpleAPDU - changed f2m format applet: - changed f2m format
* reader: Added a Command and Response abstractionJ08nY2017-01-2214-0/+98
- 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