added comments on Source hashes
This commit is contained in:
parent
321fb2abda
commit
e993d79fd6
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue