From 74db10ffed36896c6d5a9df2dd7574daf822cfd7 Mon Sep 17 00:00:00 2001 From: alexmerino13 Date: Tue, 30 Apr 2024 16:13:30 -0400 Subject: [PATCH 1/2] Added clickable table of contents to ReadMe --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 521445a..cc7eeac 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,22 @@ SCARR is a Side-Channel Analysis (SCA) framework written in Python that is optim SCARR is mainly intended for educational and research purposes. If as an individual you find SCARR useful, please contribute, give us a shout-out, or consider buying us coffee (this project currently runs on coffee only). If you are an organization and you benefit from this development, please consider making an unrestricted gift to the Hardware Security Research Lab at Oregon State University (led by Vincent Immler) to promote SCARR's continued development. +# Table of Contents + +* [SCARR Features](#scarr-features) +* [Install](#install) +* [Usage Warning](#usage-warning) +* [Getting Started with SCARR](#getting-started-with-scarr) +* [SCARR's File Format for Side-Channel Analysis Data](#scarrs-file-format-for-side-channel-analysis-data) +* [Working with Other File Formats](#working-with-other-file-formats) +* [Platform Compatibility](#platform-compatibility) +* [Contributing (inbound=outbound)](#contributing-inbound=outbound) +* [License](#license) +* [Authors](#authors) +* [Copyright](#copyright) +* [Citation](#citation) +* [Acknowledgements](#acknowledgements) + # SCARR Features SCARR is designed to support the following: From 50c7f5f4518f3fc1754f1a0b7212a16aa149f81f Mon Sep 17 00:00:00 2001 From: alexmerino13 Date: Tue, 30 Apr 2024 19:27:09 -0400 Subject: [PATCH 2/2] Added my name (Alexander Merino) to contributors list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc7eeac..47cf223 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ SCARR was initiated and designed by Vincent Immler out of a necessity to support Additional contributions by (new contributors, add yourself here): * Matt Ruff * Kevin Yuan -* to be added +* Alexander Merino # Copyright