Integer variable is not an object, C does not do copies.gnalan wrote: 26 Apr 2022, 18:16 Also '++i' doesn't need to make a copy of 'i' first like 'i++' does.
That 'i' should be 1.
Integer variable is not an object, C does not do copies.gnalan wrote: 26 Apr 2022, 18:16 Also '++i' doesn't need to make a copy of 'i' first like 'i++' does.
That 'i' should be 1.
There are "fast" and "slow" CEMs. You have a "slow" one.alevol wrote: 27 Apr 2022, 06:40 How do you get ~860 pin/sec? I am getting stable 440 pins/sec using VTL's the most recent build.
alevol wrote: 27 Apr 2022, 06:40 I could also not compile VTL's seed-gen.c utility. I was trying to compile with devc++ and with VScode as well. It could not find dependencies.
I've heard that in recent windows versions they've added Linux shell or something, based on Ubuntu. You may want to try compiling it there.alevol wrote: 27 Apr 2022, 07:21 haha, i thought the same. I could run the Virtual Machine. Sounds like a plan.
Why 1? For the 64 bit seed/pin combo I want the bit to match the for loop, so that's why it's set as i and not 1. I'm not checking the same bit each time through the loop.
Windows Subsystem for Linux.vtl wrote: 27 Apr 2022, 07:24 I've heard that in recent windows versions they've added Linux shell or something, based on Ubuntu.
I've created a virtual machine, installed Ubuntu there. After installing gcc, the code compiled like a charm. Now i need to understand how to use itvtl wrote: 27 Apr 2022, 07:24 I've heard that in recent windows versions they've added Linux shell or something, based on Ubuntu. You may want to try compiling it there.
alevol wrote: 27 Apr 2022, 13:43 I've created a virtual machine, installed Ubuntu there. After installing gcc, the code compiled like a charm. Now i need to understand how to use it![]()
Code: Select all
* $ gcc -Ofast -o seed-gen seed-gen.c
* $ ./seed-gen --seed "8f ca 96" --key "19 30 48" --pps 866