-
- Downloads
Merge pull request #9290 from PeterKietzmann/pr_sram_puf
Add SRAM based PRNG seeder
No related branches found
No related tags found
Showing
- Makefile.dep 6 additions, 0 deletionsMakefile.dep
- cpu/cc2538/Makefile.features 1 addition, 0 deletionscpu/cc2538/Makefile.features
- cpu/cortexm_common/ldscripts/cortexm_base.ld 1 addition, 0 deletionscpu/cortexm_common/ldscripts/cortexm_base.ld
- cpu/cortexm_common/vectors_cortexm.c 7 additions, 0 deletionscpu/cortexm_common/vectors_cortexm.c
- cpu/samd21/Makefile.features 2 additions, 0 deletionscpu/samd21/Makefile.features
- cpu/stm32f4/Makefile.features 1 addition, 0 deletionscpu/stm32f4/Makefile.features
- sys/include/puf_sram.h 92 additions, 0 deletionssys/include/puf_sram.h
- sys/puf_sram/Makefile 3 additions, 0 deletionssys/puf_sram/Makefile
- sys/puf_sram/puf_sram.c 55 additions, 0 deletionssys/puf_sram/puf_sram.c
- sys/random/random.c 10 additions, 1 deletionsys/random/random.c
- tests/puf_sram/Makefile 7 additions, 0 deletionstests/puf_sram/Makefile
- tests/puf_sram/README.md 33 additions, 0 deletionstests/puf_sram/README.md
- tests/puf_sram/main.c 31 additions, 0 deletionstests/puf_sram/main.c
- tests/puf_sram/tests/example_test.py 47 additions, 0 deletionstests/puf_sram/tests/example_test.py
- tests/puf_sram/tests/puf_sram_if.py 62 additions, 0 deletionstests/puf_sram/tests/puf_sram_if.py
Loading
Please register or sign in to comment