sha1: don't make in-place operations
SHA1HANDSOFF makes SHA1_Transform() use an internal buffer.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user