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

Define decryptor database schema placeholder #17

Closed
jannikluhn opened this issue Sep 6, 2021 · 1 comment
Closed

Define decryptor database schema placeholder #17

jannikluhn opened this issue Sep 6, 2021 · 1 comment
Assignees

Comments

@jannikluhn
Copy link
Contributor

jannikluhn commented Sep 6, 2021

Tables:

  • keys:
    • round id (uint64)
    • key placeholder (bytes32)
  • cipher batches
    • round id (uint64)
    • cipher batch placeholder (bytes32)
  • signature shares
    • round id (uint64)
    • signer index (uint64)
    • signature placeholder (bytes32)

Set this up in initdb subcommand

@jannikluhn jannikluhn added this to To do in Rolling Shutter Sep 6, 2021
@jannikluhn jannikluhn moved this from To do to In progress in Rolling Shutter Sep 7, 2021
@jannikluhn jannikluhn self-assigned this Sep 7, 2021
@jannikluhn
Copy link
Contributor Author

done in #23

Rolling Shutter automation moved this from In progress to Done Sep 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant