Hmm, is there any documentation anywhere on how namespace works?
On 12/5/06, Marc Feeley feeley@iro.umontreal.ca wrote:
The Gambit distribution contains optimized implementations of MD5, SHA-1, SHA-224, and SHA-256 in the file lib/digest.scm . They could be optimized further (especially for SHA-224 and SHA-256) but MD5 and SHA-1 run much faster than the other Scheme versions I have encountered and they allocate very little.
Marc