From 53d6a1c484e6e61e59e6c78718f5ffaf1be76f72 Mon Sep 17 00:00:00 2001 From: Paragon Initiative Enterprises Date: Thu, 2 Jun 2022 16:18:08 -0400 Subject: [PATCH] Advertise timing-safety This is mostly because https://github.com/phpecc/phpecc/pull/280 and https://github.com/phpecc/phpecc/pull/281 aren't merged. See discussion in https://github.com/phpecc/phpecc/issues/279 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bccaddf..b4185c9 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ [![License](https://poser.pugx.org/paragonie/easy-ecc/license)](https://packagist.org/packages/paragonie/easy-ecc) [![Downloads](https://img.shields.io/packagist/dt/paragonie/easy-ecc.svg)](https://packagist.org/packages/paragonie/easy-ecc) -A usability wrapper for [PHP ECC](https://github.com/phpecc/phpecc). +A usability wrapper for [PHP ECC](https://github.com/phpecc/phpecc) +that also further hardens against timing attacks. ## Installing