diff --git a/v2/proto/claim.proto b/v2/proto/claim.proto index 4d8e037..b69ac79 100644 --- a/v2/proto/claim.proto +++ b/v2/proto/claim.proto @@ -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;