Skip to content
Karel Kubicek edited this page Feb 13, 2017 · 1 revision

Project for creating test vectors from external files. Several usage modes are possible.

Project configuration

  • project constant: 400
  • project-specific configuration: FILES subtree in configuration
  • usage types
    • 401 (PROJECTS_DISTINGUISH_TWO)
      Find distinguisher between 2 binary streams taken from external files. Initial reading offset can be specified in config file or generated at random. Expected test vector output is 0x00 for first stream and 0xff for second stream.

Developer documentation

To be added.

If there is not enough data in input file to construct new test vector, the file is rewound (the rewinding is logged).

Clone this wiki locally