From 28b64ffb9cbe85ebaa71579dde402233d21db428 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Mon, 18 Jan 2021 23:52:58 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a86de26..b294831 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ The manifest file would do several important things: * provide an inner signed container, so that the manifest file itself can embed a signature and a public key alongside in a single file * contain a list of files, each with a relative path to the manifest * contain manifest timestamp -* contain mtime information for files so that file metadata can be preserved -* contain cryptographic checksums in several different formats for each file +* contain ctime/mtime information for files so that file metadata can be preserved +* contain cryptographic checksums in several different algorithms for each file * probably encoded with multihash to indicate algo + hash * sha256 at the minimum * would be nice to include an IPFS/IPLD CIDv1 root hash for each file, which likely involves doing an ipfs file object chunking