From 4f06ca481cef138a76142dbc075d05923fe55221 Mon Sep 17 00:00:00 2001 From: J08nY Date: Thu, 18 Jan 2024 18:13:31 +0100 Subject: Add ZVP to README. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 837c831..58c959f 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,11 @@ the scalar multiplier of ECC implementations, given access to a power side-chann The [EPA](re/epa.ipynb) notebook uses the ideas behind the Exceptional Procedure Attack to reverse-engineer the coordinate system and formulas of ECC implementations, given access to an error side-channel. +#### ZVP-RE + +The [ZVP](re/zvp.ipynb) notebook uses the Zero-Value Point attack-based technique to reverse-engineer +the coordinate system and formulas of ECC implementations, given access to a power side-channel. + #### Structural The [structural](re/structural.ipynb) notebook explores the structure of scalar multiplers and addition -- cgit v1.3.1