|
|
@ -38,7 +38,7 @@ apt install autoconf autoconf-archive libcmocka0 libcmocka-dev procps iproute2 \ |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
### Installing xaptum/ecdaa |
|
|
### Installing xaptum/ecdaa |
|
|
When the TPM should be available for use on this host, set `TEST_USE_TCP_TPM` accordingly |
|
|
When the TPM should be available for use on this host, set `ECDAA_TPM_SUPPORT` accordingly |
|
|
``` |
|
|
``` |
|
|
# Build the project from source with TPM support |
|
|
# Build the project from source with TPM support |
|
|
cmake .. -DCMAKE_BUILD_TYPE=Release -DECDAA_CURVES=FP256BN -DCMAKE_INSTALL_PREFIX=/usr -DECDAA_TPM_SUPPORT=ON |
|
|
cmake .. -DCMAKE_BUILD_TYPE=Release -DECDAA_CURVES=FP256BN -DCMAKE_INSTALL_PREFIX=/usr -DECDAA_TPM_SUPPORT=ON |
|
|
|