Mercurial > dropbear
comparison libtomcrypt/src/pk/ecc/ecc_encrypt_key.c @ 839:33207ed1174b
Merge in ECC
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 21 Oct 2013 22:57:21 +0800 |
parents | ac2158e3e403 |
children | f849a5ca2efc |
comparison
equal
deleted
inserted
replaced
834:e378da7eae5d | 839:33207ed1174b |
---|---|
19 /** | 19 /** |
20 @file ecc_encrypt_key.c | 20 @file ecc_encrypt_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 Encrypt a symmetric key with ECC | 27 Encrypt a symmetric key with ECC |
28 @param in The symmetric key you want to encrypt | 28 @param in The symmetric key you want to encrypt |
29 @param inlen The length of the key to encrypt (octets) | 29 @param inlen The length of the key to encrypt (octets) |