@@ -114,10 +114,10 @@ title: Frequently Asked Questions
114
114
the bandwidth associated with downloading the large file many times can be
115
115
saved. The reference implementation provides an [ easy way to distribute
116
116
target files across many targets
117
- metadata] ( https://github.com/theupdateframework/python-tuf/blob/d4b308ae13acfe832bfb7f993108e5e065d44c04/tuf/repository_tool .py#L2387 )
118
- (i.e., delegating to hashed bins), which the
119
- [ specification ] ( https://github.com/theupdateframework/specification/blob/master/tuf-spec.md )
120
- refers to as path hash prefixes.
117
+ metadata] ( https://github.com/theupdateframework/python-tuf/blob/v0.20.0/examples/repo_example/hashed_bin_delegation .py )
118
+ (i.e., delegating to hashed bins), which the specification refers to as [ path
119
+ hash
120
+ prefixes] ( https://theupdateframework.github.io/specification/latest/#path_hash_prefixes ) .
121
121
122
122
** 10. Can TUF be used with devices that lack the CPU power or memory to
123
123
verify metadata?**
@@ -145,11 +145,12 @@ title: Frequently Asked Questions
145
145
146
146
** 13. How can I try TUF?**
147
147
148
- The [ Getting
149
- Started] ( https://github.com/theupdateframework/python-tuf/blob/develop/docs/GETTING_STARTED.rst )
150
- page contains instructions to install and run the reference implementation.
151
- The client and repo tools can be used to quickly create TUF repositories and
152
- experiment with software updates.
148
+ The ` python-tuf ` reference implementation provides a [ well-documented
149
+ API] ( https://theupdateframework.readthedocs.io/en/latest/api/api-reference.html )
150
+ to create and manage TUF metadata on a server-side repository, and to perform
151
+ TUF-compliant updates on a client, as well as basic Python [ code
152
+ examples] ( https://github.com/theupdateframework/python-tuf/tree/develop/examples )
153
+ that demonstrate the usage.
153
154
154
155
** 14. Is there a presentation or video about TUF?**
155
156
0 commit comments