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.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
data | Uint8Array |