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

doc: basic hash bin delegation repo example + test #1700

Merged
merged 4 commits into from
Dec 10, 2021

Commits on Dec 3, 2021

  1. doc: use sentence case in all repo example titles

    Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
    lukpueh committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    caffc41 View commit details
    Browse the repository at this point in the history
  2. doc: basic hash bin delegation repo example + test

    As 'repository_tool' and 'repository_lib' are being deprecated,
    hash bin delegation interfaces are no longer available in this
    implementation. The example code in this file demonstrates how to
    easily implement those interfaces, and how to use them together
    with the TUF metadata API, to perform hash bin delegation.
    
    Note, the hash bin delegation logic in this example is largely
    copied from repository_{lib, tool}, and modernized and simplified
    for this purpose.
    
    Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
    lukpueh committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    e90acfe View commit details
    Browse the repository at this point in the history
  3. doc: annotate types in hash bin delegation example

    Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
    lukpueh committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    b8cf1c0 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. doc: clarify math in hash bin delegation example

    Tries to clarify the introductory text in the hash bin delegation
    example.
    
    Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
    lukpueh committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    ef388da View commit details
    Browse the repository at this point in the history