Closed
Bug 542879
Opened 15 years ago
Closed 13 years ago
Add crypto hash function for use by web pages
Categories
(Core :: DOM: Core & HTML, enhancement)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
DUPLICATE
of bug 649154
People
(Reporter: sroussey, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.249.78 Safari/532.5
Build Identifier:
Add crypto hash functions for use by web pages, like SHA256. Computing these things in JS is not so fast...
Reproducible: Always
Comment 1•15 years ago
|
||
JS is pretty fast these days, and on crypto-like code with integer computation SpiderMonkey tends to do very well. I wouldn't be so sure JS is unbearably slow without actually testing and seeing fundamental slowness.
In any case, however, this isn't a JS bug but rather a DOM bug.
Assignee: general → nobody
Component: JavaScript Engine → DOM: Mozilla Extensions
OS: Windows 7 → All
QA Contact: general → general
Hardware: x86 → All
Reporter | ||
Comment 2•15 years ago
|
||
Thanks for moving to the DOM category. When doing AES/HMAC, SHA1 is the slowest part.
Updated•13 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•12 years ago
|
Component: DOM: Mozilla Extensions → DOM
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•