Global

Members

module:util/util

an instance that should be used.
Source:

Type Definitions

openpgp_byte_array

An array of bytes, that is integers with values from 0 to 255
Type:
  • Array | Uint8Array
Source:

openpgp_cipher_block_fn(block, key) → {openpgp_byte_array}

Block cipher function
Parameters:
Name Type Description
block openpgp_byte_array A block to perform operations on
key openpgp_byte_array to use in encryption/decryption
Source:
Returns:
Encrypted/decrypted block
Type
openpgp_byte_array