bash - v0.1.2
    Preparing search index...

    Class BashPrg

    Programmable automaton (bash-prg)

    Index

    Constructors

    Methods

    • Load data

      Parameters

      • buf: Uint8Array

        Input data

      Returns void

    • Decrypt data

      Parameters

      • buf: Uint8Array

        Data to be decryptedk

      Returns Uint8Array

    • Encrypt data

      Parameters

      • buf: Uint8Array

        Data to be encrypted

      Returns Uint8Array

    • Irreversibly change automaton state

      Returns void

    • Reinitialize

      Parameters

      • ann: Uint8Array

        Announcement

      • key: Uint8Array

        Encryption key

      Returns void

    • Extract data

      Parameters

      • count: number

        Count of bytes

      Returns Uint8Array

    • Initialize

      Parameters

      • l: number
      • d: number

        Capacity (1 or 2)

      • ann: Uint8Array

        Announcement

      • key: Uint8Array

        Encryption key

      Returns void