From e993d79fd6b1120dba6b640cf0ef68a7df5d0945 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Mon, 29 Apr 2019 13:52:15 -0400 Subject: [PATCH] added comments on Source hashes --- v2/proto/claim.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v2/proto/claim.proto b/v2/proto/claim.proto index 36ff513..4d8e037 100644 --- a/v2/proto/claim.proto +++ b/v2/proto/claim.proto @@ -54,13 +54,13 @@ message ClaimList { } message Source { - bytes hash = 1; + bytes hash = 1; // SHA-256 hash of the entire unencrypted file string name = 2; uint64 size = 3; string media_type = 4; string url = 5; - bytes sd_hash = 6; + bytes sd_hash = 6; // SHA-384 hash of the streams manifest blob } message Fee {