Tim van der Molen

Results 62 comments of Tim van der Molen

I haven't signed a CLA. Please feel free to commit this trivial change yourself.

> One thing that is missing is HTML export Yes, that would be nice to have. It's on my to-do list! > Since sigtop does msg and att separately, is...

If you're referring to Valentine's Day, I'm afraid I'll have to disappoint you. HTML export won't be ready by then. (Fortunately there are other ways to surprise her that are...

I haven't signed a CLA. Please feel free to commit this trivial change yourself.

Maybe I should cc @karel-m

#641 doesn't help, unfortunately. Here is a crash from the `fix-perl-cryptx-99` branch on a machine without SSE4.1 (running OpenBSD): ``` $ git clone -b fix-perl-cryptx-99 https://github.com/libtom/libtomcrypt.git $ cd libtomcrypt $...

> Sorry for the long delay. No worries. Thanks for looking at this. > FMU that's a different problem. You can also see that it fails in `gcm_test()` and not...

I've force-pushed a new commit that includes the change you requested.

Why don't we use target attributes? See the new commit. This avoids the need for flags altogether. You only have to make sure that `LTC_AES_NI` is defined. For example: ```...

I've pushed a new commit that is rebased on current `develop`, squashes the two commits in this PR, and includes @levitte's suggestions.