ISLPED_2023_submission #59
- Please check the file "requirements.txt"
run "python aapuf_dnn.py"
| Files | Descriptions |
|---|---|
| apuf_lib.py | PUF library. Implementations for APUF, XOR PUF, IPUF. |
| InvertFunc.py | Implementation of inversion functions for the AAPUF. |
| sac_output_transition_test.py | Analysis for SAC property |
| utils.py | Tools for challenge transformation |
| challengeUtils.py | Tools for challenge set generation |
| aapuf_dnn.py | Deep learning attacks on AAPUFs |
| ipuf_dnn.py | Deep learning attacks on XOR PUFs and IPUFs |