Encrypted Key Control Block

This change updates the external copy of the reference to match the
internal copy at commit cda42fa07b533f8aad3183cd7eb99ce553949f88 which
introduces the tests (and fix) to handle an encrypted key block.
This commit is contained in:
Aaron Vaage
2021-01-14 17:02:28 -08:00
parent 8ff9df8eeb
commit c1d449e809
29 changed files with 763 additions and 436 deletions

View File

@@ -70,7 +70,7 @@ http_archive(
new_git_repository(
name = "odk_repo",
build_file = "@whitebox_api_repo//external:odk.BUILD",
commit = "bee799748752fac84d9c3ecd549aa54f72c88d02",
commit = "565237f8e6900e467eb236040374428387e90bd0",
remote = "https://widevine-partner.googlesource.com/oemcrypto_core_message.git",
repo_mapping = {"@whitebox" : "@whitebox_api_repo"}
)