Working challenge and response model for DIMA
Go to file
2020-07-28 18:00:04 +02:00
.github/workflows Create c-cpp.yml 2020-07-28 18:00:04 +02:00
trial1 basic ECC functional 2020-07-24 15:09:47 +02:00
trial2 basic ECC functional 2020-07-24 15:09:47 +02:00
trial3 ECC key to string 2020-07-28 17:57:22 +02:00
README.md added t1 t2 and readme 2020-05-17 12:16:22 +02:00

openSSL-DICE

Simulated implementation of DICE based on microsoft paper on dice n riot. initial implementation, later to be implemented on Jetson Xavior

Step 1 - skeletal setup

sketch roadmap of dataflow, lable functions, locate input and output DS, find appropriate openssl fns,

Step 2 - codify

use static value for ids, eg UDS, FW,

Step 3 - replace static IDs with real values

use real values from device? use rng?