Update to support OEMCrypto v16 with ODK
This commit is contained in:
16
common/python/hash_algorithm_util.clif
Normal file
16
common/python/hash_algorithm_util.clif
Normal file
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
# Copyright 2020 Google LLC.
|
||||
#
|
||||
# This software is licensed under the terms defined in the Widevine Master
|
||||
# License Agreement. For a copy of this agreement, please contact
|
||||
# widevine-licensing@google.com.
|
||||
################################################################################
|
||||
|
||||
from "common/python/hash_algorithm.h" import *
|
||||
from "protos/public/hash_algorithm_pyclif.h" import *
|
||||
|
||||
from "common/hash_algorithm_util.h":
|
||||
namespace `widevine`:
|
||||
def HashAlgorithmProtoToEnum(
|
||||
hash_algorithm_proto: HashAlgorithmProto
|
||||
) -> HashAlgorithm
|
||||
Reference in New Issue
Block a user