Solar Designer

Results 841 comments of Solar Designer

Thanks. I've successfully used the now added `test-vectors.md` to validate https://github.com/solardiz/c-progpow at block 30k and 10M. I am getting the same values for "digest" that are specified in there. However,...

Answering my own question from April 1, `result` is just the final Keccak hash of `digest`. I find it weird that README.md's `progPowHash` (pseudo-)code does compute this final Keccak hash...

> I have a private branch with a bunch of extra printf's to generate that output. I'll get that cleaned up and checked in under #ifdef's. Meanwhile, here's a hack...

I've now updated a system I hadn't updated since mid-2022, and ran into this issue. I had `sys-usb` and `sys-net` set at 3000 MB, and they wouldn't start anymore with...

The license is specified in comments in each individual source file. For yespower as a whole, it is 2-clause BSD as the strictest of those licenses. For some source files,...

@binarytrails Oh, looks so. However, you can add yours nearby and specify its password nearby as well. Thanks!

I've been contemplating opening issue 1 for this. Thank you for beating me to it. ;-) So I've been looking into addressing this kind of issues in passwdqc for a...

> As an interim step, I could combine a few lists and move what can be moved below 4096 I'd appreciate that, for merging into version 2.1 or such. Thank...

> There are a few projects on (e.g.) GitHub that track "bad" words FWIW, some I had found are: https://github.com/LDNOOBW/List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words https://github.com/RobertJGabriel/Google-profanity-words https://github.com/MauriceButler/badwords https://github.com/reimertz/curse-words

@vbondzio This PR doesn't need to be against a new branch - it can be against `main`. Since no other changes to `wordset_4k.c` are planned yet, it should be trivial...