Source.hash is using SHA-384 instead of SHA-256
This commit is contained in:
parent
e993d79fd6
commit
4194941748
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ message ClaimList {
|
|||
}
|
||||
|
||||
message Source {
|
||||
bytes hash = 1; // SHA-256 hash of the entire unencrypted file
|
||||
bytes hash = 1; // SHA-384 hash of the entire unencrypted file
|
||||
string name = 2;
|
||||
uint64 size = 3;
|
||||
string media_type = 4;
|
||||
|
|
Loading…
Reference in a new issue