Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 510 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 510 Bytes

optee_gmp

This repository holds a port of the GMP library to OP-TEE.

The current port only covers AArch64.

Disclaimer

This library was ported for prototyping only. It was not extensively tested and it can not be considered secure. Do not use it as part of a production setup.

Installation instructions

make CROSS_COMPILE=<path/to/aarch64-linux-gnu-> TA_DEV_KIT_DIR=<optee_os>/out/arm/export-ta_arm64 --no-builtin-variables
make install