comparison libtomcrypt/src/pk/ecc/ecc_verify_hash.c @ 761:ac2158e3e403 ecc

ecc kind of works, needs fixing/testing
author Matt Johnston <matt@ucc.asn.au>
date Sun, 07 Apr 2013 01:36:42 +0800
parents 0cbe8f6dbf9e
children f849a5ca2efc
comparison
equal deleted inserted replaced
760:f336d232fc63 761:ac2158e3e403
19 /** 19 /**
20 @file ecc_verify_hash.c 20 @file ecc_verify_hash.c
21 ECC Crypto, Tom St Denis 21 ECC Crypto, Tom St Denis
22 */ 22 */
23 23
24 #ifdef MECC 24 #if defined(MECC) && defined(LTC_DER)
25 25
26 /* verify 26 /* verify
27 * 27 *
28 * w = s^-1 mod n 28 * w = s^-1 mod n
29 * u1 = xw 29 * u1 = xw