blob: 0db75a91a313f02a0a56b3a40a0228d82658052b [file] [log] [blame] [edit]
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2019 Amlogic, Inc. All rights reserved.
*/
/* use avbtool extract_public_key --key private.pem --out public.key */
const char avb2_kpub_production[520] = {0x0};
const int avb2_kpub_production_len = sizeof(avb2_kpub_production) / sizeof(char);