Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

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

    • hash: Uint8Array

    Returns string

Const intToHex

  • intToHex(val: number): string
  • Parameters

    • val: number

    Returns string

Const lebDecode

  • lebDecode(pipe: any): bigint
  • Parameters

    • pipe: any

    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

    • word: any
    • length: any

    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
  • Enumeration