From 006fdd7a73f09ba31c2d866b88aed0008fc99c6f Mon Sep 17 00:00:00 2001 From: JohnLCaron Date: Tue, 30 Apr 2024 15:56:36 -0600 Subject: [PATCH] Unify isValidElement() and inBounds() Remove GINV_MOD_P and G_SQUARED_MOD_P in GroupContext interface Remove "safe" parameter for VecElementModP, not needed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c669743..be9d64f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![License](https://img.shields.io/github/license/JohnLCaron/egk-ec)](https://github.com/JohnLCaron/egk-ec/blob/main/LICENSE.txt) ![GitHub branch checks state](https://img.shields.io/github/actions/workflow/status/JohnLCaron/egk-ec/unit-tests.yml) -![Coverage](https://img.shields.io/badge/coverage-90.4%25%20LOC%20(6997/7741)-blue) +![Coverage](https://img.shields.io/badge/coverage-90.4%25%20LOC%20(6991/7730)-blue) # ElectionGuard-Kotlin Elliptic Curve