Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuipNetwork/hashsigs-ts
/ functions
Functions
16 in github.com/QuipNetwork/hashsigs-ts
⨍
Functions
16
◇
Types & classes
3
↓ 12 callers
Function
numberToUint8Array
(num: number)
src/wotsplus.test.ts:20
↓ 7 callers
Method
hash
(data: Uint8Array)
src/wotsplus.ts:144
↓ 6 callers
Method
generateKeyPair
(privateSeed: Uint8Array, publicSeed: Uint8Array)
src/wotsplus.ts:209
↓ 5 callers
Method
generateRandomizationElements
(publicSeed: Uint8Array)
src/wotsplus.ts:166
↓ 5 callers
Function
hexToUint8Array
(hex: string)
src/wotsplus.test.ts:158
↓ 4 callers
Method
sign
( privateKey: Uint8Array, publicSeed: Uint8Array, message: Uint8Array )
src/wotsplus.ts:240
↓ 4 callers
Method
verify
( publicKey: Uint8Array, message: Uint8Array, signature: Uint8Array[] )
src/wotsplus.ts:276
↓ 4 callers
Method
verifyWithRandomizationElements
( publicKeyHash: Uint8Array, message: Uint8Array, signature: Uint8Array[], ran
src/wotsplus.ts:305
↓ 3 callers
Method
chain
( prevChainOut: Uint8Array, randomizationElements: Uint8Array[], index: number,
src/wotsplus.ts:178
↓ 3 callers
Method
prf
(seed: Uint8Array, index: number)
src/wotsplus.ts:152
↓ 2 callers
Method
computeMessageHashChainIndexes
(message: Uint8Array)
src/wotsplus.ts:378
↓ 1 callers
Method
checksum
(chainIndexes: number[])
src/wotsplus.ts:361
↓ 1 callers
Method
toBaseW
( message: Uint8Array, numChunks: number, basew: number[], offset: number
src/wotsplus.ts:343
↓ 1 callers
Method
validateParameters
()
src/wotsplus.ts:126
↓ 1 callers
Method
xor
(a: Uint8Array, b: Uint8Array)
src/wotsplus.ts:197
Method
constructor
( hashFunction: HashFunction, hashLen?: number, chainLen: number = 16 )
src/wotsplus.ts:94