Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Baseline commandline tool #2

Closed
1 of 3 tasks
nicola opened this issue Jan 7, 2019 · 1 comment
Closed
1 of 3 tasks

Baseline commandline tool #2

nicola opened this issue Jan 7, 2019 · 1 comment
Assignees

Comments

@nicola
Copy link
Collaborator

nicola commented Jan 7, 2019

This command line tool should be as simple as the current zigzag and drgporep example (ability to choose amongst the two), but they must also be taking a replica_id which should be passed down.

$ curl /seed
Seed: XYZ
$ replication-game {zigzag|drgporep} --replica-id=XYZ --vde={same as sloth_iter} --size=(as today) --expansion-degree={as now} --degree={was m}

This should:

  • run Replicate using replica-id
  • generate 200 challenges non-interactively (if this is not implemented, just use challenges = [H(commR|0),..H(commR|200)] )
  • output a JSON version of proof:
    • params: {type: [zigzag|drgporep], replica_id, vde, size, expansion_degree, degree}
    • proof: (serialization from code)

Note:

  • challenge count is hard coded with 200
  • merkle tree hash is pedersen
  • kdf hash is blake2s

Deliverables:

  • command line tool
  • serializer/deserializer code
  • JSON scheme spec for DRGPorep proofs, Zigzag proofs
@dignifiedquire
Copy link
Contributor

Still missing:

  • proper challenge derivation
  • verify with @nicola that everything else works as expected

@nicola nicola closed this as completed Jan 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants