facebook / akd

An implementation of an auditable key directory
Apache License 2.0
243 stars 36 forks source link

Adding test vector generation example #445

Closed kevinlewi closed 3 months ago

kevinlewi commented 3 months ago

Adding a new example (under examples/) for producing the hex-encoded byte representations of lookup and key history proofs.

This will allow other implementations to compare against and exercise protobuf deserialization / parsing in the event that there is another client-side implementation which can consume lookup and history proofs for verification.

codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 87.88%. Comparing base (3ce5335) to head (64bc708). Report is 10 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #445 +/- ## ========================================== - Coverage 88.61% 87.88% -0.73% ========================================== Files 39 38 -1 Lines 9109 8165 -944 ========================================== - Hits 8072 7176 -896 + Misses 1037 989 -48 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.