V0.6 #852

Merged
Atheros1 merged 399 commits from v0.6 into master 2016-05-03 01:58:38 +02:00
Showing only changes of commit 961444a8ee - Show all commits

View File

@ -112,7 +112,7 @@ __constant uint64_t k[] = {
void setup_ctx(sha512_ctx* ctx, const char * password, uint8_t pass_len) static void setup_ctx(sha512_ctx* ctx, const char * password, uint8_t pass_len)
{ {
uint32_t* b32 = ctx->buffer; uint32_t* b32 = ctx->buffer;