Giter Club home page Giter Club logo

Comments (7)

exaexa avatar exaexa commented on August 11, 2024

Can you install strace and post the output of

strace ccr -g sig --name 'xxx'

(be sure not to post anything secret, strace can reveal e.g. privkeys).

Also, is there completely no output, or just some debugging messages? Generating FMTSeq keys takes some time (make sure you're compiling with -O3, it makes quite a difference), but there should be at least a message saying "gathering random bits" or so.

from codecrypt.

Kushal08 avatar Kushal08 commented on August 11, 2024

Sir,
Thanks for replying. I ran the command that you said. The output
is in the attached file.
It stops again at the last line

On Wed, Jun 1, 2016 at 3:06 AM, Mirek Kratochvil [email protected]
wrote:

Can you install strace and post the output of

strace ccr -g sig --name 'xxx'

(be sure not to post anything secret, strace can reveal e.g. privkeys).

Also, is there completely no output, or just some debugging messages?
Generating FMTSeq keys takes some time, but there should be at least a
message saying "gathering random bits" or so.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#12 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AKj50WEElS3ArUhki5oRTSArpW42RCuIks5qHKnSgaJpZM4Iq09F
.

from codecrypt.

exaexa avatar exaexa commented on August 11, 2024

Nothing attached, please retry.

from codecrypt.

Kushal08 avatar Kushal08 commented on August 11, 2024

output.txt

from codecrypt.

exaexa avatar exaexa commented on August 11, 2024

Hm, seems okay. Please wait a bit more, it takes around 1 minute on my laptop. Also, be sure to compile with ./configure CXXFLAGS=-O3. Because the cubehash function (that takes most of the keygen time) is in the compiled source, its speed is directly and very positively affected by the -O3 flag. If nothing happens with -O3 after ~5 minutes, let me know.

from codecrypt.

Kushal08 avatar Kushal08 commented on August 11, 2024

screenshot from 2016-06-01 20-08-56
waited for more than 5 min but not showing any output.

from codecrypt.

exaexa avatar exaexa commented on August 11, 2024

Seems you've forgotten to actually rebuild the source. Sorry for not being verbose enough. :]

So:

./configure CXXFLAGS=-O3
make clean
make

should produce a lot faster code.

Please reopen if the problem persists.

from codecrypt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.