Fletcher T. Penney
Fletcher T. Penney
(bump) -- Wondering if @f8ttyc8t has any thoughts on this, since they were so helpful with the other Windows issue?
@f8ttyc8t -- You weren't being unresponsive at all, just pulling you in to solve my problem for me... ;) The filename mentioned was `MultiMarkdownの使い方.md`. It works fine for me on...
Unless I am misunderstanding something, the problem *is* with the filename. Not the contents of the file itself.
Hmmmm..... `char *` is simply a sequence of bytes, so it is technically capable of storing anything. Which is why it is so easily used in so many places. It...
First -- thanks for submitting! This is a niche project, and I haven't really promoted it in any way. But still, it's been quiet! And thanks for pointing out the...
@bernardpaulus -- Reading through code again, and wondering if I am missing something. Do you subtract 1 from the prime twice? once before calling `nonzero_random()` and once inside it? Is...
I guess it seems from Wikipedia that this is on purpose. So it seems that my initial code was incorrect in two ways, that partially cancelled each other out. By...
In reading from Shamir's 1979 paper (copied from OCR'd image, so forgive "typos"): > The coefficients a~..... ak_~ in q(x) are randomly chosen from a uniform distribution over the integers...
It looks as though some of this has been discussed here:
I am not a mathematician or cryptologist (just a physician with a college background in engineering.) But, if this is truly a flaw in Shamir's scheme, wouldn't there be published...