Bill

Results 25 comments of Bill

And, while I'm asking for crypto features, maybe modular inverse? I'm not sure how to do that in constant time.

I have to fix this... will upload new version shortly.

OK, now it LGTM.

Awesome. I'll feed pull requests as I run into issues. Thanks for writing it!

Hi, Thomas. We need to support constant-time operations on integers modulo odd numbers. In particular, don't we want Montgomery multiplication? Several other modular arithmetic constant-time operations are likely needed as...

Awesome. In the meantime, we'll just emulate modulo operations using double-width integers and the existing constant-time mod operation. We'll drop in your upgrade when available.

You're probably right. I originally picked the baud rate experimentally, finding a value that worked well, and I was looking at the big-bang toggle rate, and did not worry about...

Hi, Kevin. Sorry I missed your email from June! The spectrogram functionality should be disabled. I'll update the Makefile to set it this way. Espeak does not use the spectrogram...

mother.appendMotheredHuman(self) adds self to the doubly-linked list of mothered children of mother. This also sets a back pointer from self to mother. That way, we later are destroyed, our destructor...