WvPL License SDK release: beta-16.4.5
This commit is contained in:
12
ubuntu/common/hash_algorithm.h
Normal file
12
ubuntu/common/hash_algorithm.h
Normal file
@@ -0,0 +1,12 @@
|
||||
// Copyright 2020 Google LLC. All rights reserved.
|
||||
|
||||
#ifndef VIDEO_WIDEVINE_EXPORT_COMMON_HASH_ALGORITHM_H_
|
||||
#define VIDEO_WIDEVINE_EXPORT_COMMON_HASH_ALGORITHM_H_
|
||||
|
||||
namespace video_widevine {
|
||||
|
||||
enum class HashAlgorithm { kUnspecified, kSha1, kSha256, kSha384 };
|
||||
|
||||
} // namespace video_widevine
|
||||
|
||||
#endif // VIDEO_WIDEVINE_EXPORT_COMMON_HASH_ALGORITHM_H_
|
||||
Reference in New Issue
Block a user