POV-Ray : Newsgroups : povray.off-topic : The nebulous question of probability : Re: The nebulous question of probability Server Time
11 Oct 2024 11:12:29 EDT (-0400)
  Re: The nebulous question of probability  
From: Nicolas Alvarez
Date: 16 Nov 2007 16:54:33
Message: <473e1199@news.povray.org>
Warp escribió:
> Orchid XP v7 <voi### [at] devnull> wrote:
>> So yays! My program now correctly hashes the 0-byte string to yield an 
>> MD5 hash of D41D8CD98F00B204E9800998ECF8427E.
> 
>   I could do that much faster than you. Probably in something like
> 10 seconds. ;)
> 

if (data.length == 0) {
	return "D41D8CD98F00B204E9800998ECF8427E";
} else {
	error("Not implemented yet");
}


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.