Update OEMCrypto to match ODK version updates

Bug: 293154424
Change-Id: Ie22bc48e043f2a88090a2601d5d5c96953e73015
This commit is contained in:
Vicky Min
2023-08-01 17:42:16 +00:00
committed by Robert Shih
parent 41942e1014
commit 5c718ecb0d
2 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
namespace wvoec {
// These tests are designed to work for this version:
constexpr unsigned int kCurrentAPI = 18;
constexpr unsigned int kCurrentAPI = 19;
// The API version when Core Messages were introduced.
constexpr unsigned int kCoreMessagesAPI = 16;
// The API version when we stopped encrypting key control blocks.