See the dojox/encoding/digests/_base reference documentation for more information.
add a pair of words together with rollover
Parameter | Type | Description |
---|---|---|
a | word | |
b | word |
computes the digest of data, and returns the result according to type outputType
Parameter | Type | Description |
---|---|---|
data | string | |
outputType | Object |
Optional An object with the following properties:
|
Computes the SHA1 digest of the data, and returns the result according to output type.
Parameter | Type | Description |
---|---|---|
data | String | |
outputType | Object |
Optional An object with the following properties:
|
Parameter | Type | Description |
---|---|---|
input | undefined |
convert a string to a word array
Parameter | Type | Description |
---|---|---|
s | string |
convert an array of words to base64 encoding, should be more efficient than using dojox.encoding.base64
Parameter | Type | Description |
---|---|---|
wa | word[] |
convert an array of words to a hex tab
Parameter | Type | Description |
---|---|---|
wa | word[] |
convert an array of words to a string
Parameter | Type | Description |
---|---|---|
wa | word[] |