Opened 15 years ago
Closed 15 years ago
#201 closed defect (invalid)
dojo.crypto.toBinHex() has gone missing...
Reported by: | Owned by: | anonymous | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Core | Version: | 0.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
dojo.crypto.toBinHex() was removed in changeset 2107 with the following message...
Message: Minor fix to crypto.fromByteArray to eliminate any trailing null bytes from the result.
Seems like an accident...
Note: See
TracTickets for help on using
tickets.
The whole of the crypto namespace is unreleased code; I'm in the middle of rewriting almost all of it, including functions to convert byte arrays into word and dword arrays. The convert toBinHex function was returning the wrong results, and since there is no complement (i.e. fromBinHex), I removed it.