-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not an issue ! #11
Comments
If I understand your question correctly then you are asking about the advantages of using this stand alone PUF project vs. something like a microcontroller with integrated PUF such as Maxim MAX32520. The advantages of this project PUF are:
|
@myndcryme Apart from these, are there any advantages related to performance and all ? |
@myndcryme Can we use the on-chip SRAM for implementing this open source software based puf? any notable advantage for selecting the off-chip SRAM over the other? |
I don't have hands on experience with other puf products/implementations so I can't really answer that. |
Not sure but I think unlikely unless you have a different method than used here. Having to toggle the SRAM power pretty much prevents using the on board ram. You might be interested in reading some related work djb did years ago (cpu pufs) - https://cr.yp.to/hardware/cpupuf-20150729.pdf |
@myndcryme Thank You |
Hi, this is not an issue. I am curious about the advantages of off-chip SRAM PUF over on-chip SRAM PUF. I couldn't find any notable advantages when I referred to research papers. Or are there any specific use cases where on-chip SRAM PUF can't apply?
The text was updated successfully, but these errors were encountered: