package
2.0.2
Repository: https://github.com/theupdateframework/go-tuf.git
Documentation: pkg.go.dev

# README

Example repository showing a multi repository TUF client (TAP 4)

The following is a TUF multi-repository client example of the multirepo package which implements TAP 4 - Multiple repository consensus on entrusted targets:

  • The map.json along with the root files for each repository are distributed via a trusted repository used for initialization
  • These files are then used to bootstrap the multi-repository TUF client
  • Shows the API provided by the multirepo package

# Functions

BootstrapTUF returns the map file and the related trusted root metadata files.
No description provided by the author