Use Takanori Ishikawa's JS SHA1 implementation which doesn't pollute the global
namespace
-----------------------------------------------------------------------------------------
Key: COUCHDB-833
URL: https://issues.apache.org/jira/browse/COUCHDB-833
Project: CouchDB
Issue Type: Improvement
Components: Futon
Reporter: Devin Torres
Priority: Trivial
The current implementation by Paj is slow and pollutes the global namespace
with variables and functions. This implementation only exports the SHA1 module
and also happens to be up to 3 times faster as an added bonus. See
http://bit.ly/9wjjRG for benchmarks.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.