Added unittests for WV CRC-32 implementation.
[ Merge of http://go/wvgerrit/115549 ] Our WV CRC-32 implementation is for CRC-32/MPEG-2 (rather than the documented CRC-32-IEEE). The OEMCrypto document has been updated to reflect the reference implementation. Test: oemcrypto_partner_tests Bug: 135283522 Change-Id: Iea8fc4ec500aec96bdb27102c51dfcca77d7bffb
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// source code may only be used and distributed under the Widevine Master
|
||||
// License Agreement.
|
||||
//
|
||||
// Compute CRC32 Checksum. Needed for verification of WV Keybox.
|
||||
// Compute CRC32/MPEG2 Checksum. Needed for verification of WV Keybox.
|
||||
//
|
||||
#include "platform.h"
|
||||
#include "wvcrc32.h"
|
||||
|
||||
Reference in New Issue
Block a user