From 2b8e8c4e162e8902c93e1c5d4a18e4e7ceee52fa Mon Sep 17 00:00:00 2001 From: J08nY Date: Thu, 13 Dec 2018 17:59:15 +0100 Subject: Update logo. --- README.md | 4 +++- docs/_static/logo.png | Bin 1560 -> 0 bytes docs/_static/logo_black.png | Bin 3174 -> 6685 bytes docs/_static/logo_small.png | Bin 0 -> 1757 bytes docs/_static/logo_white.png | Bin 0 -> 7196 bytes 5 files changed, 3 insertions(+), 1 deletion(-) delete mode 100644 docs/_static/logo.png create mode 100644 docs/_static/logo_small.png create mode 100644 docs/_static/logo_white.png diff --git a/README.md b/README.md index 4351817..a63f194 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ![](docs/_static/logo.png) pyecsca [pɪɛtska] +# ![](docs/_static/logo_small.png) pyecsca [pɪɛtska] **Py**thon **E**lliptic **C**urve cryptography **S**ide-**C**hannel **A**nalysis toolkit. @@ -12,6 +12,8 @@ *pyecsca* contains data from the [Explicit-Formulas Database](https://www.hyperelliptic.org/EFD/index.html) by Daniel J. Bernstein and Tanja Lange. +It also supports working with [Riscure](https://www.riscure.com) Inspector trace sets, which are of a proprietary format. + ### Testing - [nose2](https://nose2.readthedocs.io) diff --git a/docs/_static/logo.png b/docs/_static/logo.png deleted file mode 100644 index f01b895..0000000 Binary files a/docs/_static/logo.png and /dev/null differ diff --git a/docs/_static/logo_black.png b/docs/_static/logo_black.png index 3fa178a..5fff0c6 100644 Binary files a/docs/_static/logo_black.png and b/docs/_static/logo_black.png differ diff --git a/docs/_static/logo_small.png b/docs/_static/logo_small.png new file mode 100644 index 0000000..b51aa36 Binary files /dev/null and b/docs/_static/logo_small.png differ diff --git a/docs/_static/logo_white.png b/docs/_static/logo_white.png new file mode 100644 index 0000000..081ab84 Binary files /dev/null and b/docs/_static/logo_white.png differ -- cgit v1.3.1