RE: Java, Crypto and Speed

2000-06-30 Thread Jim Choate
On Sat, 1 Jul 2000, Simon Aronson wrote: Yes, I have, It is pretty fast. Diffie Hellman Applets can be found at http://www.rdg.ac.uk/~sip99sma (The CGI is REALLY slow though - am working on that, perl is not good for BigIntegers) Then use Java if it's faster. There is certainly nothing

Re: Java, Crypto and Speed

2000-06-28 Thread Ben Laurie
Peter Wayner wrote: Has anyone experimented with writing crypto code in Java using the BigInteger class? It's a nice package with plenty of neat functions, but I haven't played with it yet. Is it fast enough? I'm really curious about the speed. Lucre uses BigInteger (currently). It is fast

Re: Java, Crypto and Speed

2000-06-28 Thread Gary Ellison
" " == Peter Wayner [EMAIL PROTECTED] writes: Has anyone experimented with writing crypto code in Java using the BigInteger class? It's a nice package with plenty of neat functions, but I haven't played with it yet. Is it fast enough? I'm really curious about the speed. We use