Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 20 Aug 2012 17:50:05 -0400
From: Matt Weir <cweir@...edu>
To: john-dev@...ts.openwall.com
Subject: Re: Was: Re: [john-users] Cracking Gauss using dynamic

I think I see another problem. I'm working off of the changes Magnum
just pushed. When I try some of those formats I get an error like:

Benchmarking: dynamic_2033 [128/128 SSE2 intrinsics 32x4x1]... Error,
DynamicFunc__append2_from_last_output2_as_raw() primitive has not been
implemented

This error makes sense when I look in src/dynamic_fmt.c

void DynamicFunc__append2_from_last_output2_as_raw()
{
        exit(!!fprintf(stderr, "Error,
DynamicFunc__append2_from_last_output2_as_raw() primitive has not been
implemented\n"));
}

Matt

On Mon, Aug 20, 2012 at 5:16 PM, magnum <john.magnum@...hmail.com> wrote:
> On 2012-08-20 22:22, jfoug wrote:
>> There were 4 functions missed. I have added these, and pushed to j6-fixes
>> git tree, and need to be merged downstream.
>>
>> The functions 'missed', were the 4 raw functions:
>>
>> DynamicFunc__append_from_last_output2_as_raw
>> DynamicFunc__append2_from_last_output2_as_raw
>> DynamicFunc__append_from_last_output1_as_raw
>> DynamicFunc__append2_from_last_output1_as_raw
>
> Merged now to all other branches.
>
> magnum
>

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.