sha1: don't make in-place operations

SHA1HANDSOFF makes SHA1_Transform() use an internal buffer.
This commit is contained in:
Dmitry Podgorny
2015-12-06 11:11:52 +02:00
parent 98c8afd5fc
commit a1bc5e82cf

View File

@@ -70,7 +70,8 @@ use SHA1_ prefix for public api
move public api to sha1.h
*/
/* #define SHA1HANDSOFF */
/* Don't change user's data */
#define SHA1HANDSOFF
#include <string.h>