Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emn178/js-sha1
/ functions
Functions
31 in github.com/emn178/js-sha1
⨍
Functions
31
◇
Types & classes
3
↓ 27 callers
Method
update
* Create a hash object and hash message using a secret key * * @param secretKey The Secret Key * @param message The message you want to hash.
index.d.ts:59
↓ 7 callers
Method
hex
* Return hash in hex string. * * @param secretKey The Secret Key * @param message The message you want to hash.
index.d.ts:67
↓ 6 callers
Method
array
* Return hash in integer array. * * @param secretKey The Secret Key * @param message The message you want to hash.
index.d.ts:91
↓ 6 callers
Method
digest
* Return hash in integer array. * * @param secretKey The Secret Key * @param message The message you want to hash.
index.d.ts:83
↓ 6 callers
Method
toString
* Return hash in hex string.
index.d.ts:19
↓ 5 callers
Method
create
* Create a hash object using a secret key. * * @param secretKey The Secret Key
index.d.ts:51
↓ 4 callers
Method
arrayBuffer
* Return hash in ArrayBuffer. * * @param secretKey The Secret Key * @param message The message you want to hash.
index.d.ts:75
↓ 3 callers
Function
runCommonJsTest
()
tests/node-test.js:18
↓ 3 callers
Function
runWindowTest
()
tests/node-test.js:25
↓ 3 callers
Function
unset
()
tests/node-test.js:4
↓ 2 callers
Function
createHmacOutputMethod
(outputType)
src/sha1.js:124
↓ 2 callers
Function
createOutputMethod
(outputType)
src/sha1.js:69
↓ 2 callers
Function
formatMessage
(message)
src/sha1.js:52
↓ 1 callers
Function
createHmacMethod
()
src/sha1.js:130
↓ 1 callers
Function
createMethod
()
src/sha1.js:75
↓ 1 callers
Function
nodeWrap
(method)
src/sha1.js:93
↓ 1 callers
Function
runTestCases
(name, algorithm)
tests/hmac-test.js:69
Function
HmacSha1
(key, sharedMemory)
src/sha1.js:437
Function
Sha1
(sharedMemory)
src/sha1.js:145
Method
array
* Return hash in integer array.
index.d.ts:34
Method
array
* Return hash in integer array. * * @param message The message you want to hash.
index.d.ts:140
Method
arrayBuffer
* Return hash in ArrayBuffer.
index.d.ts:24
Method
arrayBuffer
* Return hash in ArrayBuffer. * * @param message The message you want to hash.
index.d.ts:126
Method
create
* Create a hash object.
index.d.ts:105
Method
digest
* Return hash in integer array.
index.d.ts:29
Method
digest
* Return hash in integer array. * * @param message The message you want to hash.
index.d.ts:133
Method
hex
* Return hash in hex string.
index.d.ts:14
Method
hex
* Return hash in hex string. * * @param message The message you want to hash.
index.d.ts:119
Function
nodeMethod
(message)
src/sha1.js:104
Method
update
* Update hash * * @param message The message you want to hash.
index.d.ts:9
Method
update
* Create a hash object and hash message. * * @param message The message you want to hash.
index.d.ts:112