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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 81 - 111 of 2599   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
81
I'm still open to comments on my two papers http://libtomcrypt.org/fpht.pdf [latest copy is eprint/2004-010] http://libtomcrypt.org/dmwt.pdf [not on eprint...
Tom St Denis
tomstdenis
Offline Send Email
Feb 2, 2004
6:33 am
82
Hey Tom, ... Thanks, I appreciate it. ... That define was just what I needed. I'm reluctant to try to build gcc or search through the source, but I may have...
jaredboo
Offline Send Email
Feb 2, 2004
1:28 pm
83
... slower ... bit ... to ... gcc ... results ... Yeah. I wrote LTM to be flexible in terms of the word size. It's just optimized for the case of 28-bit...
Tom St Denis
tomstdenis
Offline Send Email
Feb 2, 2004
2:32 pm
85
Hello Tom, Another question about this 64 bit stuff. I defined MP_16BIT, but it looks to me like there are some 64 bit operations that are not handled by this...
jaredboo
Offline Send Email
Feb 2, 2004
7:28 pm
86
... of ... declared ... Short answer: No. Longer Answer: I don't want to come off as mean or particularly crass but there is a reason why LibTom projects are...
Tom St Denis
tomstdenis
Offline Send Email
Feb 2, 2004
8:54 pm
87
Hey Tom, I have already taken your suggestion to make a separate branch. I am not asking you to change your code. I want to know if I can change that...
jaredboo
Offline Send Email
Feb 3, 2004
8:56 am
88
... It ain't within the inclusion of the realm of not being impossible. I think... I just dislocated my brain.... someone please help me. Tom...
Tom St Denis
tomstdenis
Offline Send Email
Feb 3, 2004
3:08 pm
89
Hello Tom + gang After updating my LibTomMath from 0.27 to 0.29 I get the compilation errors which prevents me from using it. The way I use the lib is that I...
Henrik Goldman
henrik_goldman@...
Send Email
Feb 5, 2004
2:07 pm
90
... LTM is a C library? Um, well I've already had one person send me a fix but quite frankly I'm a bit edgy to put it in. It's an ISO C library. I can't just...
Tom St Denis
tomstdenis
Offline Send Email
Feb 6, 2004
8:23 pm
91
... Yeah so? The problems I was refering to (except for the typecast) are also C problems. ... After a little research I realised the problem I have has...
Henrik Goldman
henrik_goldman@...
Send Email
Feb 7, 2004
9:11 am
92
... The standard definitions for heap operations are as I put them there. The fact that my code builds and works fine in GCC [a dozen platforms] and MSVC/BCC...
Tom St Denis
tomstdenis
Offline Send Email
Feb 7, 2004
11:13 am
93
... Who's standard? Your own? I found the definitions for both MSVC and BCB in the include directory and they are clearly not 1:1 as yours: Borland: void *...
Henrik Goldman
henrik_goldman@...
Send Email
Feb 7, 2004
4:07 pm
94
... Um how about the ANSI-C standard [and most likely part of C99 too]? glibc certainly defines the heap functions correctly (despite being in a shared...
Tom St Denis
tomstdenis
Offline Send Email
Feb 7, 2004
5:12 pm
95
... It's your library and you're the maintainer. If you don't want people to using it under scenarios which you don't use it under then so be it. I am just...
Henrik Goldman
henrik_goldman@...
Send Email
Feb 8, 2004
3:08 pm
96
... consider ... people to ... it. I am ... don't even ... libraries in ... up to your ... living in ... opinions as ... You don't cast void* in C. However, I...
Tom St Denis
tomstdenis
Offline Send Email
Feb 8, 2004
3:57 pm
97
I've updated all four PK subsystems quite a bit. I've removed useless stack variables freeing up memory, I've added more complete error checking (e.g. not all...
Tom St Denis
tomstdenis
Offline Send Email
Feb 18, 2004
2:46 am
98
major changes - PK code has been massively updated, added error detection, fixed a few bugs and optimized some packet routines - merged in OCB patch - added...
Tom St Denis
tomstdenis
Offline Send Email
Feb 20, 2004
10:05 pm
99
I've made changes to both AES and WHIRLPOOL which optimize the code for the SMALL_CODE case. AES drops by 5KB and WHIRLPOOL by 13KB. A stripped "aes.o"...
Tom St Denis
tomstdenis
Offline Send Email
Feb 22, 2004
1:44 am
100
Hello, Has libtomcrypt support for shared libraries? When I compile it, I only get the libtomcrypt.a, but no according .so file. Or am I understanding...
krause@...
sheskar
Offline Send Email
Feb 22, 2004
11:23 pm
101
... I don't have shared object support yet because I haven't really spent the time to learn libtool. I also generally think that crypto should be statically...
Tom St Denis
tomstdenis
Offline Send Email
Feb 22, 2004
11:35 pm
102
... The last hours I played around with the build scheme of libtomcrypt because I want to include libtomcrypt, libtommath and dropbear into the Debian...
krause@...
sheskar
Offline Send Email
Feb 23, 2004
12:10 am
103
... spent ... should ... I generally don't cater to SIGs though [see below]. Which is why I haven't really gone off the "builds out of the box with GCC" path....
Tom St Denis
tomstdenis
Offline Send Email
Feb 23, 2004
12:30 am
104
... That's why you need autoconf. If the platform doesn't support shared objects, then libtomcrypt will just be compiled without shared library support. Quite...
krause@...
sheskar
Offline Send Email
Feb 23, 2004
1:09 am
105
<snip> Not everyone runs a platform with a /bin/sh shell. In fact quite a few users are win32 MSVC developers. So when I say "shouldn't be required" I really...
Tom St Denis
tomstdenis
Offline Send Email
Feb 23, 2004
2:07 am
106
... Well, that's why I said that you can remove all of the current makefiles *except* makefile.msvc....
krause@...
sheskar
Offline Send Email
Feb 23, 2004
2:18 am
107
... a ... Not all platforms with GCC have /bin/sh or other tools. For example, the PS2 and devkitadv kits don't come with any support for running .configure...
Tom St Denis
tomstdenis
Offline Send Email
Feb 23, 2004
2:27 am
108
Hi, Anybody any idea why there are compilation errors when compiling the crypt demo on a redhat box??? The hashsum compilation wend fine. Tanxs, Tom ...
tom_vandevelde
Offline Send Email
Feb 23, 2004
5:23 pm
109
... the ... I disabled the 64-bit block SAFER cipher (the code isn't public domain) in the v0.94 release. I've uploaded a patch to libtomcrypt.org that allows...
Tom St Denis
tomstdenis
Offline Send Email
Feb 23, 2004
5:45 pm
110
Hi, Is there sombody who developed a perl interphase for the library?? I do not know perl very well but is seems that it should be integrating into a c-program...
Tom Van de Velde
tom_vandevelde
Offline Send Email
Feb 27, 2004
5:12 pm
111
... The best I know of is a Ruby interface for LTM. I don't know of any LTC for perl though. Sorry. Naturally I'd help answer any questions people had using...
Tom St Denis
tomstdenis
Offline Send Email
Feb 28, 2004
12:12 am
Messages 81 - 111 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