Media CAS Proxy SDK release: 16.5.0
This commit is contained in:
16
ubuntu/protos/public/hash_algorithm.proto
Normal file
16
ubuntu/protos/public/hash_algorithm.proto
Normal file
@@ -0,0 +1,16 @@
|
||||
// Copyright 2020 Google LLC. All rights reserved.
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
package video_widevine;
|
||||
|
||||
// LINT.IfChange
|
||||
enum HashAlgorithmProto {
|
||||
// Unspecified hash algorithm: SHA_256 shall be used for ECC based algorithms
|
||||
// and SHA_1 shall be used otherwise.
|
||||
HASH_ALGORITHM_UNSPECIFIED = 0;
|
||||
HASH_ALGORITHM_SHA_1 = 1;
|
||||
HASH_ALGORITHM_SHA_256 = 2;
|
||||
HASH_ALGORITHM_SHA_384 = 3;
|
||||
}
|
||||
// LINT.ThenChange(//depot/google3/google/chrome/widevine/contentpartners/v1beta1/device_security_profiles.proto)
|
||||
Reference in New Issue
Block a user