Hi, Eric Kow <[email protected]> writes: > Should hashed-storage be making use of the Crypto library? When Crypto exports a fast bytestring-lazy interface, sure. Unfortunately, that is not the case, it currently uses lists and converting to lists for computing digests is not quite feasible. I'd be happy to use it though, if this is addressed... (and, well, if the sha256 performance is reasonably close to the C implementation I lifted from darcs, but I don't expect this to be much of a problem?).
Yours, Petr. -- Peter Rockai | me()mornfall!net | prockai()redhat!com http://blog.mornfall.net | http://web.mornfall.net "In My Egotistical Opinion, most people's C programs should be indented six feet downward and covered with dirt." -- Blair P. Houghton on the subject of C program indentation _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
