Mercurial > dropbear
comparison libtommath/bn_mp_clear.c @ 1283:3017bc7d6238
move m_burn and function attributes to dbhelpers
use m_burn for libtomcrypt zeromem() too
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 17 Mar 2016 23:21:33 +0800 |
parents | eebff2079bdc |
children | 60fc6476e044 |
comparison
equal
deleted
inserted
replaced
1282:a3bb15115816 | 1283:3017bc7d6238 |
---|---|
1 #include <tommath.h> | 1 #include <tommath.h> |
2 #include "dbutil.h" | 2 #include "dbhelpers.h" |
3 #ifdef BN_MP_CLEAR_C | 3 #ifdef BN_MP_CLEAR_C |
4 /* LibTomMath, multiple-precision integer library -- Tom St Denis | 4 /* LibTomMath, multiple-precision integer library -- Tom St Denis |
5 * | 5 * |
6 * LibTomMath is a library that provides multiple-precision | 6 * LibTomMath is a library that provides multiple-precision |
7 * integer arithmetic as well as number theoretic functionality. | 7 * integer arithmetic as well as number theoretic functionality. |