From 7cf4a9d7272c1abd97a160c92ec1534d5ff82373 Mon Sep 17 00:00:00 2001 From: petrs Date: Tue, 4 Oct 2016 21:01:05 +0200 Subject: fixed incorrect curve parameter P for secp384r1 curve --- !uploader/simpleECC.cap | Bin 9542 -> 9542 bytes src/applets/EC_Consts.java | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/!uploader/simpleECC.cap b/!uploader/simpleECC.cap index 7fb5ce8..ee8fefd 100644 Binary files a/!uploader/simpleECC.cap and b/!uploader/simpleECC.cap differ diff --git a/src/applets/EC_Consts.java b/src/applets/EC_Consts.java index 56a99af..b7128dc 100644 --- a/src/applets/EC_Consts.java +++ b/src/applets/EC_Consts.java @@ -285,7 +285,7 @@ public class EC_Consts { (byte) 0xFF, (byte) 0xFF, (byte) 0xFF, (byte) 0xFF, (byte) 0xFF, (byte) 0xFF, (byte) 0xFF, (byte) 0xFF, (byte) 0xFF, (byte) 0xFF, (byte) 0xFF, (byte) 0xFF, - (byte) 0xFF, (byte) 0xFF, (byte) 0xFF, (byte) 0xFF, + (byte) 0xFF, (byte) 0xFF, (byte) 0xFF, (byte) 0xFE, (byte) 0xFF, (byte) 0xFF, (byte) 0xFF, (byte) 0xFF, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, -- cgit v1.2.3-70-g09d2