Module utils/crypto/binary
Functions
Const byteArrayToWordArray
- byteArrayToWordArray(byteArray: Uint8Array, cryptoAdapter?: typeof CryptoJS): WordArray
-
Parameters
-
byteArray: Uint8Array
-
cryptoAdapter: typeof CryptoJS = ...
Returns WordArray
Const generateChecksum
- generateChecksum(hash: Uint8Array): string
-
Parameters
Returns string
Const intToHex
- intToHex(val: number): string
-
Parameters
Returns string
Const lebDecode
- lebDecode(pipe: any): bigint
-
Parameters
Returns bigint
Const wordArrayToByteArray
- wordArrayToByteArray(wordArray: any, length: any): any
-
Parameters
-
wordArray: any
-
length: any
Returns any
Const wordToByteArray
- wordToByteArray(word: any, length: any): number[]
-
Parameters
Returns number[]
Legend
- Variable
- Function
- Function with type parameter
- Type alias
- Type alias with type parameter
- Interface
- Interface with type parameter
- Class
- Class with type parameter