From c43233e7a666e54dad2aafccc0513343b3a507e6 Mon Sep 17 00:00:00 2001 From: kokke Date: Sun, 5 Nov 2017 00:15:46 +0100 Subject: [PATCH] Update ecdh.c --- ecdh.c | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/ecdh.c b/ecdh.c index 9a2918c..2f98525 100644 --- a/ecdh.c +++ b/ecdh.c @@ -27,22 +27,14 @@ http://csrc.nist.gov/publications/fips/fips186-3/fips_186-3.pdf - NIST Test Vectors from: - - http://point-at-infinity.org/ecc/nisttv - https://csrc.nist.gov/CSRC/media/Projects/Cryptographic-Standards-and-Guidelines/documents/examples/ECDSA_Characteristic2.pdf - - - References: - + Reference: + https://www.ietf.org/rfc/rfc4492.txt - http://www.ecrypt.eu.org/ecrypt2/documents/D.SPA.20.pdf - https://www.ipa.go.jp/security/enc/CRYPTREC/fy15/doc/1029_report.pdf */ #include -#include "ecc.h" +#include "ecdh.h" /* margin for overhead needed in intermediate calculations */