Search the web
Sign In
New User? Sign Up
LibTom
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1 - 30 of 2612   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date v
30
Regarding the primes of being one bit longer the point was when you say "I have a k-bit prime" it should be a prime larger than 2^k not 2^ {k-1} as in the case...
Tom St Denis
tomstdenis
Offline Send Email
Dec 3, 2003
1:06 am
29
Hi, I have been using (a derivative of) rsa_make_key to create an RSA keypair. When I attempted to use the key with another piece of software I discovered that...
Trevor Davel
TrevorD@...
Send Email
Dec 3, 2003
12:36 am
28
Hmm addition... oh hi people. Just writing to say that I have added additional functions to ... oh ... anyways I updated the prime gen code in both LTC/LTM to...
Tom St Denis
tomstdenis
Offline Send Email
Dec 1, 2003
1:23 pm
27
... required ... fine. ... which ... Hehehe, yeah LTC as a DLL is 222KB... it works great and MSVC can see the symbols in the dll [just don't know how to make...
Tom St Denis
tomstdenis
Offline Send Email
Nov 28, 2003
4:51 pm
26
I made a Cygwin makefile that will make a generic [no cygwin required to use the DLL] DLL from LibTomMath. In theory you could make an import lib and then use...
Tom St Denis
tomstdenis
Offline Send Email
Nov 28, 2003
4:28 am
25
... http://book.libtomcrypt.org Nuff Said. Tom...
Tom St Denis
tomstdenis
Offline Send Email
Nov 12, 2003
4:44 pm
24
... Greg being the ultra-nice person he is has been ... Sorry, but: what book are you talking about ?? Axelle. ...
Axelle Apvrille
axelle_apvrille
Offline Send Email
Nov 12, 2003
4:27 pm
23
Greg being the ultra-nice person he is has been plugging the LTM book around. Addison-Wesley turned the book down [too good for them I guess... ;-)] and...
Tom St Denis
tomstdenis
Offline Send Email
Nov 12, 2003
1:51 pm
22
... 64: 'str' is assigned a value that is never used in function mp_toradix Fixed this one. It was the *str++ = '\0'; NULL [or NIL as you may prefer :-)] byte...
Tom St Denis
tomstdenis
Offline Send Email
Nov 7, 2003
1:59 pm
21
Hi Tom Before you release next LTM you might want to fix these two small warnings that bcb 5.51 gave me: Warning W8004...
henrik_goldman@...
Send Email
Nov 7, 2003
1:53 pm
20
I've fixed several things in both LTM/LTC. In LTC I fixed a bug in rsa_exptmod where if you threw a random "key type" at it it would always just use the "d"...
Tom St Denis
tomstdenis
Offline Send Email
Nov 7, 2003
1:20 pm
19
... GPG is using Karatsuba, not Montgomery. But I'm surprised, I would have thought Montgomery would be faster. Also, on my machine, it looks like GPG...
Axelle Apvrille
axelle_apvrille
Offline Send Email
Oct 23, 2003
9:22 pm
18
... You lie. Liar! kiddin. hmm I dunno why GPG is faster if software only is used. Chances are there are still specific tweaks in the algos. One outstanding...
Tom St Denis
tomstdenis
Offline Send Email
Oct 23, 2003
2:14 pm
17
... No. I wouldn't think so, because this is a signature verification, i.e a public key operation. To my understanding, you only use CRT on private key ...
Axelle Apvrille
axelle_apvrille
Offline Send Email
Oct 23, 2003
1:59 pm
16
... i=15 is probably because GnuPG will use CRT. Did you code your RSA via LTM to use CRT or just one straight exptmod? The rest of the nums seem about right....
Tom St Denis
tomstdenis
Offline Send Email
Oct 23, 2003
12:12 am
15
Another interesting result: LTM and GnuPG WITHOUT assembly code are close in performance. Tests have been done on sample modular exponentiation. Tests #13 and...
axelle_apvrille
Offline Send Email
Oct 22, 2003
2:33 pm
14
Hi, I have worked on doing a few pre-computations for modular exponentiation: * the window size & its content, in bn_mp_exptmod_fast.c * dr in bn_mp_exptmod.c ...
axelle_apvrille
Offline Send Email
Oct 22, 2003
2:36 am
13
Sorry, I posted this answer yesterday night but I forgot I hadn't subscribed with that email... ... ___________________________________________________________...
Axelle Apvrille
axelle_apvrille
Offline Send Email
Oct 11, 2003
12:22 am
12
... Perhaps. But I never said LTM is as best as it could be [for ISO C]. Though you have to admit if it comes that close and the others are in hardcoded asm...
Tom St Denis
tomstdenis
Offline Send Email
Oct 9, 2003
11:47 pm
11
... Yes, I know... on one hand this is bad because the code gets awful to read + less portable... but on the other hand their performance is better... ... ...
Axelle Apvrille
axelle_apvrille
Offline Send Email
Oct 9, 2003
10:55 pm
10
... <axelle_apvrille@y...> wrote: [snip timings] ... but ... Part of the problem as far as LTM is, is that GNUPG and OpenSSL are hardly generic toolkits. They...
Tom St Denis
tomstdenis
Offline Send Email
Oct 9, 2003
5:41 pm
9
Hi Tom, We had been telling you lately that GnuPG's performances were 4 times worse than OpenSSL, and that LTM seems to be not too far from OpenSSL. Actually,...
axelle_apvrille
Offline Send Email
Oct 9, 2003
5:29 pm
8
My parents are off to NY this week.. booyah, houseparty! Anyways they took off this morning and woke me up at 4am... no fun! Having oodles of time to waste...
Tom St Denis
tomstdenis
Offline Send Email
Oct 8, 2003
10:21 am
7
Well LT work has been winding down for seemingly forever... :-) There is one last bug to fix in LTM and no known bugs in LTC. So my thinking is the only things...
Tom St Denis
tomstdenis
Offline Send Email
Sep 27, 2003
1:20 pm
6
I've released the updated LibTomCrypt v0.91 with the following changes Sept 25th, 2003 v0.91 -- HMAC fix of 0.90 was incorrect for keys larger than the block...
Tom St Denis
tomstdenis
Offline Send Email
Sep 26, 2003
1:30 am
5
... True, however, I normally ignore the MSVC warnings past /W3. ... in some cases then? ... Yes, the default for LTM is -Wall -W for GCC and /W3 for MSVC. My...
Tom St Denis
tomstdenis
Offline Send Email
Sep 21, 2003
11:28 am
4
... Yes those are the ones I mean. ... No worries, I didn't say that either. But they give warnings :) ... Isn't default level /W3? Does this mean it will...
henrik_goldman@...
Send Email
Sep 21, 2003
11:26 am
3
... reproduced. ... You mean the two in the montgomery code? Those aren't bugs though. MP_MASK for instance is smaller than a mp_digit so the "and" operations...
Tom St Denis
tomstdenis
Offline Send Email
Sep 21, 2003
10:55 am
2
Thanks Tom for fixing the bug(s). I did a small test with 0.27 and couldn't get the problem reproduced. The 2 missing typecasts I mentioned weren't fixed...
Henrik Goldman
henrik_goldman@...
Send Email
Sep 21, 2003
10:48 am
1
So if you didn't get the message from iahu.ca I've released 0.27 of LibTomMath. Thanks to Henrik for finding the buffer overflow! Tom...
Tom St Denis
tomstdenis
Offline Send Email
Sep 20, 2003
11:40 pm
Messages 1 - 30 of 2612   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help