comparison libtomcrypt/src/headers/tomcrypt_custom.h @ 1089:d144a6bece53

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.
author Gaƫl PORTAY <gael.portay@gmail.com>
date Sat, 02 May 2015 11:37:37 +0200 (2015-05-02)
parents 70625eed40c9
children 3017bc7d6238
comparison
equal deleted inserted replaced
1088:f2a3570b5110 1089:d144a6bece53