Re: Delivering on talk
From: Jean-Luc Cooke (jlcooke_at_lager.engsoc.carleton.ca)
Date: 12/31/03
- Next message: Paul Rubin: "Re: Delivering on talk"
- Previous message: Tom St Denis: "Re: Idea for algo."
- In reply to: Michael Wiener: "Re: Delivering on talk"
- Next in thread: Michael Wiener: "Re: Delivering on talk"
- Reply: Michael Wiener: "Re: Delivering on talk"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 31 Dec 2003 02:53:16 GMT
Michael Wiener <michael.RemovEwiener@thesesympatico.cawords> wrote:
> The final collision search will be a little easier if you report the number
> of steps taken to the DP.
Thought about this a bit more.
Number of steps between DPs would need to be fairly large. The average
distance would be 2^32 for this implementation. But I'd need to
account for larger values.
We'd expect to need 2^32 DPs before we find a collision
2^32 * 2^32 = 2^64 = sqrt(2^128)
2^32 * 4 bytes = 16GB of extra space.
A DP search would take at worst case, 4*T time to find (T= time to find
one DP). It may be worth just paying the price later.
Unless you can think of another use. CounterScriptKiddie tactic perhaps?
JLC
--
- Next message: Paul Rubin: "Re: Delivering on talk"
- Previous message: Tom St Denis: "Re: Idea for algo."
- In reply to: Michael Wiener: "Re: Delivering on talk"
- Next in thread: Michael Wiener: "Re: Delivering on talk"
- Reply: Michael Wiener: "Re: Delivering on talk"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|