Source.hash is using SHA-384 instead of SHA-256

This commit is contained in:
Lex Berezhny 2019-04-29 15:27:56 -04:00
parent e993d79fd6
commit 4194941748

View file

@ -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;