facebook / akd

An implementation of an auditable key directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extend test fixture generation to include lookup proofs, history proofs, and audit proofs

kevinlewi opened this issue · comments

Right now, test fixture generation (https://github.com/facebook/akd/blob/main/akd_test_tools/src/fixture_generator/generator.rs) only includes tree node state / hashes. It would be good if we could also have the fixture cover the various proofs we give to clients.

Duplicate of #349, oops