diff options
author | Gaël PORTAY <gael.portay@gmail.com> | 2015-05-02 11:37:37 +0200 |
---|---|---|
committer | Gaël PORTAY <gael.portay@gmail.com> | 2015-05-05 20:30:49 +0200 |
commit | 897da4ee36a47f4b1757590d92b5747a0267cf01 (patch) | |
tree | 6896f562a8cd779e427f54476d11ad2805922be2 /libtomcrypt | |
parent | 90f9f433355179db5dc4b7a7c6326986af11924d (diff) |
Uses k_size as an signed integer
buf_incrwritepos() and mp_to_unsigned_bin() functions use k_size as signed
integer argument.
k_size is also used in an assertion that compared it to curve_size which is
a signed long.
Only buf_getwriteptr() is using k_size as unsigned.
So it safe to use it as signed.
Diffstat (limited to 'libtomcrypt')
0 files changed, 0 insertions, 0 deletions