diff options
author | Matt Johnston <matt@ucc.asn.au> | 2013-05-23 22:18:16 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2013-05-23 22:18:16 +0800 |
commit | d9e790e7dc7737158c9affb7087035dd2c31c003 (patch) | |
tree | 0e610eace4bd5b3f25812e30b85b0c22063c28ef /bignum.h | |
parent | 51b5cdd4308f4236d4d1453d482d0086d11a851e (diff) |
Add m_mp_alloc_init_multi() helper
--HG--
branch : ecc
Diffstat (limited to 'bignum.h')
-rw-r--r-- | bignum.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ void m_mp_init(mp_int *mp); void m_mp_init_multi(mp_int *mp, ...) ATTRIB_SENTINEL; +void m_mp_alloc_init_multi(mp_int **mp, ...) ATTRIB_SENTINEL; void bytes_to_mp(mp_int *mp, const unsigned char* bytes, unsigned int len); void hash_process_mp(const struct ltc_hash_descriptor *hash_desc, hash_state *hs, mp_int *mp); |