This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Please consider exposing multicodec along with other dependencies #1913
Closed
Description
I'm working on https://github.com/gozala/ipdf/ where I need to encode codec format in the buffer before encrypting it so during encryption I can figure out what format to use in decoding.
Provided an ipfs node instance implementation has access to everything it needs to do it's job except of multicodec
that IPFS implementation internally depends upon. Please consider exposing it along with other dependencies in ipfs.types.
as that would avoid pulling in separately library & any versioning mismatches that could arise from that.