multiformats / js-cid

CID implementation in JavaScript
MIT License
97 stars 39 forks source link

feat: allow array-like objects as input #78

Closed vmx closed 3 years ago

vmx commented 5 years ago

Support not only Node.js Buffers, but also Uint8Arrays and normal Arrays as input for CIDs.

vmx commented 3 years ago

Recent released now longer take Node.js Buffers, but ArrauBuffers, hence closing this issue.