Mercurial > dropbear
comparison libtomcrypt/src/pk/ecc/ecc_decrypt_key.c @ 844:68facbc41273
merge again
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 01 Nov 2013 00:19:25 +0800 |
parents | ac2158e3e403 |
children | f849a5ca2efc |
comparison
equal
deleted
inserted
replaced
834:e378da7eae5d | 844:68facbc41273 |
---|---|
19 /** | 19 /** |
20 @file ecc_decrypt_key.c | 20 @file ecc_decrypt_key.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 /** | 26 /** |
27 Decrypt an ECC encrypted key | 27 Decrypt an ECC encrypted key |
28 @param in The ciphertext | 28 @param in The ciphertext |
29 @param inlen The length of the ciphertext (octets) | 29 @param inlen The length of the ciphertext (octets) |