@substrate-system/keys
    Preparing search index...

    Function encrypt

    Encrypt the given data

    • Parameters

      • data: Uint8Array
      • cryptoKey: Uint8Array<ArrayBufferLike> | CryptoKey
      • Optionalformat: undefined
      • Optionaliv: Uint8Array<ArrayBufferLike>

      Returns Promise<Uint8Array<ArrayBufferLike>>

    • Parameters

      • data: Uint8Array
      • cryptoKey: Uint8Array<ArrayBufferLike> | CryptoKey
      • format: "uint8array"
      • Optionaliv: Uint8Array<ArrayBufferLike>

      Returns Promise<Uint8Array<ArrayBufferLike>>

    • Parameters

      • data: Uint8Array
      • cryptoKey: Uint8Array<ArrayBufferLike> | CryptoKey
      • format: "arraybuffer"
      • Optionaliv: Uint8Array<ArrayBufferLike>

      Returns Promise<ArrayBuffer>