Refactor and cleanup codes. No functional changes.
This commit is contained in:
11
common/python/aes_cbc_util.clif
Normal file
11
common/python/aes_cbc_util.clif
Normal file
@@ -0,0 +1,11 @@
|
||||
################################################################################
|
||||
# Copyright 2018 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/aes_cbc_util.h":
|
||||
namespace `widevine::crypto_util`:
|
||||
def `EncryptAesCbc` as Encrypt(key: bytes, iv: bytes, plaintext: bytes) -> bytes
|
||||
Reference in New Issue
Block a user