Skip to content
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

Use Start Index Flag in Unencrypted Key Gen #3506

Merged
merged 6 commits into from Sep 18, 2019
Merged

Conversation

rauljordan
Copy link
Contributor

The unencrypted-key-gen under //tools uses a deterministic algorithm for key generation. However, if I want to generate 32 keys and then another 32 unique keys, I need a way to specify the start index of the algorithm via a flag. This PR adds that functionality.

@rauljordan rauljordan self-assigned this Sep 17, 2019
@rauljordan rauljordan added the Ready For Review A pull request ready for code review label Sep 17, 2019
prestonvanloon
prestonvanloon previously approved these changes Sep 17, 2019
terencechain
terencechain previously approved these changes Sep 17, 2019
nisdas
nisdas previously approved these changes Sep 18, 2019
Copy link
Member

@nisdas nisdas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, @rauljordan tests are failing though

@codecov
Copy link

codecov bot commented Sep 18, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@b919429). Click here to learn what that means.
The diff coverage is 66.66%.

@@           Coverage Diff            @@
##             master   #3506   +/-   ##
========================================
  Coverage          ?   1.33%           
========================================
  Files             ?      40           
  Lines             ?    2987           
  Branches          ?       0           
========================================
  Hits              ?      40           
  Misses            ?    2941           
  Partials          ?       6

@prestonvanloon prestonvanloon merged commit 6f25e4c into master Sep 18, 2019
@delete-merged-branch delete-merged-branch bot deleted the use-start-idx branch September 18, 2019 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready For Review A pull request ready for code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants