-
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
Reliability-Based Attack on XOR Arbiter PUFs #156
Draft
nils-wisiol
wants to merge
26
commits into
v2
Choose a base branch
from
20200623_gap
base: v2
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nils-wisiol
force-pushed
the
20200623_gap
branch
7 times, most recently
from
June 27, 2020 21:39
7ec5339
to
34eb26e
Compare
nils-wisiol
force-pushed
the
20200623_gap
branch
from
July 17, 2020 09:44
c003265
to
43a2894
Compare
detailed values: """ this is where the magic happens, estimated by trial-and-error """ thresholds = {4: .92, 8: .92, 16: .92} pop_sizes = {128: [25]} # 25 confirmed working for sigma=1 and k=4, k=8 """ straight from the paper [Bec15]_ Table 2 bottom part """ Ns = {4: 150000, 8: 300000, 16: 500000} retries = {4: 4.2, 8: 7.2, 16: 30.6} k_max = {4: 4, 8: 8, 16: 13} return [ {'n': n, 'k': k, 'k_max': k_max[k], 'noisiness': .0312, 'seed': seed, 'N': Ns[k], 'r': 5, 'fitness_threshold': thresholds[k], 'max_retries': int(2.5 * k * retries[k]), 'pop_size': pop_size} for n in [128] for k in [4, 8, 16] for pop_size in pop_sizes[n] for seed in range(10) ]
nils-wisiol
force-pushed
the
20200623_gap
branch
from
July 18, 2020 07:23
43a2894
to
0012e61
Compare
nils-wisiol
force-pushed
the
20200623_gap
branch
from
August 7, 2020 13:18
de17eba
to
ee16dc3
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
plus related tools