On a zephyr device with bluetooth mesh tinycrypt-ecc is used to generate the ecdh key. Tinycrypt uses a stack of 1kb which is quite large on small ram (16kb) devices. Is it possible to precalculate the keys and to include them instead of generating on the device ?