From 515d65ecfbce93713679d476d4ccaa996a11d061 Mon Sep 17 00:00:00 2001 From: J08nY Date: Sun, 9 Aug 2020 18:29:10 +0200 Subject: Update logo. --- README.md | 3 ++- docs/full.png | Bin 0 -> 31863 bytes docs/logo.png | Bin 0 -> 14048 bytes 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 docs/full.png create mode 100644 docs/logo.png diff --git a/README.md b/README.md index 065f560..7ed5f13 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# ![](docs/card.png) ECTester +# ![](docs/full.png) + [![Build status](https://api.travis-ci.org/crocs-muni/ECTester.svg?branch=master)](https://travis-ci.org/crocs-muni/ECTester) [![Build status](https://ci.appveyor.com/api/projects/status/02kcaf52op89910u?svg=true)](https://ci.appveyor.com/project/J08nY/ectester-cm6ng) [![GitHub release](https://img.shields.io/github/release/crocs-muni/ECTEster.svg)](https://github.com/crocs-muni/ECTester/releases) [![license](https://img.shields.io/github/license/crocs-muni/ECTester.svg)](https://github.com/crocs-muni/ECTester/blob/master/LICENSE) [![docs](https://img.shields.io/badge/docs-github.io-brightgreen.svg)](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: diff --git a/docs/full.png b/docs/full.png new file mode 100644 index 0000000..1764ef0 Binary files /dev/null and b/docs/full.png differ diff --git a/docs/logo.png b/docs/logo.png new file mode 100644 index 0000000..9327660 Binary files /dev/null and b/docs/logo.png differ -- cgit v1.3.1