1 /*
2 * Copyright (c) 2024 Nordic Semiconductor
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7 /* In TF-M the default value of CRYPTO_ENGINE_BUF_SIZE is 0x2080.
8 * It causes insufficient memory failure while verifying signature.
9 */
10 #define CRYPTO_ENGINE_BUF_SIZE 0x2400
11