diff options
| author | J08nY | 2024-03-25 15:07:53 +0100 |
|---|---|---|
| committer | J08nY | 2024-03-25 18:41:11 +0100 |
| commit | e8cd86bb309cf90ec5e2aa211a765d3da45590b4 (patch) | |
| tree | 09e98061c9cae4f52f727a1787f4fb6360bacb37 /README.md | |
| parent | c01f16cbacb45682547e4712bdae854c56604e61 (diff) | |
| download | ECTester-e8cd86bb309cf90ec5e2aa211a765d3da45590b4.tar.gz ECTester-e8cd86bb309cf90ec5e2aa211a765d3da45590b4.tar.zst ECTester-e8cd86bb309cf90ec5e2aa211a765d3da45590b4.zip | |
Add CI.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -1,6 +1,6 @@ #  -[](https://travis-ci.org/crocs-muni/ECTester) [](https://ci.appveyor.com/project/J08nY/ectester-cm6ng) [](https://github.com/crocs-muni/ECTester/releases) [](https://github.com/crocs-muni/ECTester/blob/master/LICENSE) [](https://crocs-muni.github.io/ECTester/) +[](https://github.com/crocs-muni/ECTester/actions/workflows/build.yml) [](https://github.com/crocs-muni/ECTester/releases) [](https://github.com/crocs-muni/ECTester/blob/master/LICENSE) [](https://crocs-muni.github.io/ECTester/) ECTester is a tool for testing and analysis of elliptic curve cryptography implementations on JavaCards and in cryptographic libraries. It consists of four separate parts: @@ -10,7 +10,7 @@ cryptographic libraries. It consists of four separate parts: - The ECTesterStandalone app, which works with software libraries - Jupyter notebooks for analysis and visualization of data from the apps -For more information on ECC support on JavaCards see the [github page](https://crocs-muni.github.io/ECTester/), with results, tables and docs. +For more information on ECC support on JavaCards see the [GitHub page](https://crocs-muni.github.io/ECTester/), with results, tables and docs. This project is developed by the [Centre for Research On Cryptography and Security](https://crocs.fi.muni.cz) at Faculty of Informatics, Masaryk University. @@ -360,9 +360,8 @@ BoringSSL, LibreSSL and ipp-crypto are included as git submodules. Make sure you after checking out the ECTester repository to initialize them. To build BoringSSL do: ``` cd ext/boringssl -mkdir build +cmake -GNinja -Bbuild -DBUILD_SHARED_LIBS=1 cd build -cmake -GNinja -DBUILD_SHARED_LIBS=1 .. ninja ``` @@ -370,9 +369,8 @@ To build LibreSSL do: ``` cd ext/libressl ./autogen.sh -mkdir build +cmake -GNinja -Bbuild -DBUILD_SHARED_LIBS=1 cd build -cmake -GNinja -DBUILD_SHARED_LIBS=1 .. ninja ``` |
