Giter Site home page Giter Site logo

Comments (1)

andreaskurth avatar andreaskurth commented on July 20, 2024

Capturing the results of our discussion yesterday:

Highest priority among the tests to be added for TVLA are:

  • AES general and byte-based
  • Stepping
  • Filtering, not just starting from histograms

Furthermore, we should add tests that compare the actual numerical values (e.g., by comparing the t-test trace against expected data).

Test data should always be accompanied by a shell script containing the commands used to capture/generate the data. The primary purpose of that script is to make test data reproducible. This is required because some test data will have to be updated as we change the behavior of the capture and/or analysis code. If manual interaction with hardware peripherals is required to produce test data, the script does not have to be executable from start to beginning; rather, it should contain comments so that an engineer knows when and how to manually interact with hardware between running commands.

For some tests, it could be beneficial to generate minimal, artificial traces to be able to quickly pinpoint bugs. For example, one problem with real traces is that you cannot always know at which exact clock cycle leakage is expected.

Finally, we should work with compressed test data to save LFS space and bandwidth. Note that np.savez() creates uncompressed .npz archives; use np.savez_compressed() to create zipfile.ZIP_DEFLATED .npz archives.

from ot-sca.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.