110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
|
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
|
-
+
|
name, then continue to use the older SHA1 name. Use SHA3 for new
artifacts that have never before been encountered.</td>
</tr>
<tr>
<td valign='top'>sha3-only</td>
<td>Name new artifacts using the SHA3 hash algorithm even if the artifact
already has a SHA1 name. In other words, force the use of SHA3. This can
cause some artifacts to be added to the respository twice, once under their
cause some artifacts to be added to the repository twice, once under their
SHA1 name and again under their SHA3 name. But delta compression will
prevent that from causing repository size problems.</td>
</tr>
<tr>
<td valign='top'>shun-sha1</td>
<td>Like "sha3-only" but at this level do not accept a push of SHA1-named
artifacts. If another Fossil instance tries to push a SHA1-named artifact,
|