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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 8 - 37 of 2599   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
25
... http://book.libtomcrypt.org Nuff Said. Tom...
Tom St Denis
tomstdenis
Offline Send Email
Nov 12, 2003
4:44 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
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
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
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
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
31
NIST released the specs for SHA-224. I added it. And you guys can't have it. Nyah Nyah....
Tom St Denis
tomstdenis
Offline Send Email
Dec 3, 2003
12:33 pm
32
Ok, I went a bit mad over the last couple of weeks. If you ever watch a cartoon called Invader Zim beware! So I have exams this week [one today in 24 mins]....
Tom St Denis
tomstdenis
Offline Send Email
Dec 6, 2003
2:42 pm
33
I sped up da hash code by making it able to compress data from source buffers. So if there are no bytes in the state and you pass it a buffer >= the block...
Tom St Denis
tomstdenis
Offline Send Email
Dec 7, 2003
2:22 pm
34
You mean that if I assemble a packet, encrypt it, call SHA-1 on it, and append the hash, that the packet buffer will have been altered? I don't consider this...
Greg Rose
ggr@...
Send Email
Dec 7, 2003
4:55 pm
35
... and ... don't ... certainly ... Yup. Let me explain using SHA-1 as an example. If I give sha1_process() K bytes it will [using the old code] add those...
Tom St Denis
tomstdenis
Offline Send Email
Dec 7, 2003
5:30 pm
36
For the worried....tv_gen emits the same hash_tv.txt file with the new SHA-1 code as before [it tests messages from 0 to 128 bytes long, double the block...
Tom St Denis
tomstdenis
Offline Send Email
Dec 7, 2003
6:27 pm
37
... Yeah, gotcha. You're stll going to end up copying it once (to do byte ordering stuff and expand) but not twice. Good move. Greg. Greg Rose...
Greg Rose
ggr@...
Send Email
Dec 7, 2003
11:23 pm
Messages 8 - 37 of 2599   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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