The unified diff between revisions [d0935a5d..] and [e0686662..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'bignum.h'
# # # patch "bignum.h" # from [9ed48eb17ed0aa1325bf5ec41eac5982d45e1b08] # to [aa809160f87a1519a4e835321cbbc3aaba13ded1] # ============================================================ --- bignum.h 9ed48eb17ed0aa1325bf5ec41eac5982d45e1b08 +++ bignum.h aa809160f87a1519a4e835321cbbc3aaba13ded1 @@ -29,7 +29,7 @@ void m_mp_init_multi(mp_int *mp, ...); void m_mp_init(mp_int *mp); void m_mp_init_multi(mp_int *mp, ...); -void bytestomp(mp_int *mp, unsigned char* bytes, unsigned int len); +void bytes_to_mp(mp_int *mp, const unsigned char* bytes, unsigned int len); void sha1_process_mp(hash_state *hs, mp_int *mp); #endif /* _BIGNUM_H_ */