Skip to content

decodeEnvelope

decodeEnvelope(data): DecodedEnvelope

Defined in: packages/filecoin-encryption-envelope/src/cose/decode.ts:93

Decode the envelope at the start of data. Bytes after envelopeLength are untouched detached ciphertext.

ParameterType
dataUint8Array

DecodedEnvelope