Mercurial > dropbear
comparison bignum.h @ 749:f62e82c474d5
Fix a few options and headers
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 03 Apr 2013 07:33:47 +0800 |
parents | 504f33c684b5 |
children | 7dcb46da72d9 |
comparison
equal
deleted
inserted
replaced
748:c8c791c5d83e | 749:f62e82c474d5 |
---|---|
24 | 24 |
25 #ifndef _BIGNUM_H_ | 25 #ifndef _BIGNUM_H_ |
26 #define _BIGNUM_H_ | 26 #define _BIGNUM_H_ |
27 | 27 |
28 #include "includes.h" | 28 #include "includes.h" |
29 #include "dbutil.h" | |
29 | 30 |
30 void m_mp_init(mp_int *mp); | 31 void m_mp_init(mp_int *mp); |
31 void m_mp_init_multi(mp_int *mp, ...) ATTRIB_SENTINEL; | 32 void m_mp_init_multi(mp_int *mp, ...) ATTRIB_SENTINEL; |
32 void bytes_to_mp(mp_int *mp, const unsigned char* bytes, unsigned int len); | 33 void bytes_to_mp(mp_int *mp, const unsigned char* bytes, unsigned int len); |
33 void sha1_process_mp(hash_state *hs, mp_int *mp); | 34 void sha1_process_mp(hash_state *hs, mp_int *mp); |