GithubHelp home page GithubHelp logo

primality-test's Introduction

Ausgewählte Themen der Embedded Software Entwicklung II - Selected Topics of Embedded Software Development II

Semester: WS-2021/22

Instructor: Prof. Dr. Martin Schramm

Project: Testing and generating Prime Numbers and Safe Primes using CryptoCore

[Foo]

Group 2 – Team 4

  • Rashed Al-Lahaseh – 00821573
  • Vikas Gunti - 12100861
  • Supriya Kajla – 12100592
  • Srijith Krishnan – 22107597
  • Wannakuwa Nadeesh – 22109097

Running the application

\driver

  • make clean && make
  • insmod cryptocore_driver.ko
  • lsmod to make sure the driver has been loaded

\application

  • gcc -c main.c
  • gcc -c prime_Generator.c
  • gcc -c prime_Tester.c
  • gcc -c safeprime_Generator.c
  • gcc -c safeprime_Tester.c
  • gcc -o combined main.o prime_Generator.o prime_Tester.o safeprime_Generator.o safeprime_Tester.o -lrt
  • ./combined

primality-test's People

Contributors

rallahaseh avatar

Watchers

 avatar

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.