[tor-commits] [metrics-web/master] Clarify base64 encoding of sha256 digest.

karsten at torproject.org karsten at torproject.org
Fri Aug 28 09:10:36 UTC 2020


commit e58e6e1f2d1da5b60abca31fa9a263e3d3a3f4ec
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Fri Aug 28 10:56:15 2020 +0200

    Clarify base64 encoding of sha256 digest.
---
 src/main/resources/web/jsps/collector.jsp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/main/resources/web/jsps/collector.jsp b/src/main/resources/web/jsps/collector.jsp
index b738089..788128c 100644
--- a/src/main/resources/web/jsps/collector.jsp
+++ b/src/main/resources/web/jsps/collector.jsp
@@ -955,7 +955,8 @@ Index files use the following custom JSON data format that might still be extend
 <li><code>"types"</code>: Descriptor types as found in <code>@type</code> annotations of contained descriptors.</li>
 <li><code>"first_published"</code>: Earliest publication timestamp of contained descriptors using pattern <code>"YYYY-MM-DD HH:MM"</code> in the UTC timezone.</li>
 <li><code>"last_published"</code>: Latest publication timestamp of contained descriptors using pattern <code>"YYYY-MM-DD HH:MM"</code> in the UTC timezone.</li>
-<li><code>"sha256"</code>: SHA-256 digest of this file.</li>
+<li><code>"sha256"</code>: SHA-256 digest of this file, encoded in Base64.</li>
+
 </ul></li>
 </ul>
 



More information about the tor-commits mailing list