You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once #302 gets merged, we remove bcrypto which I believe was the main reason for continuing to use Buffer instead of Uint8Array everywhere. Is that correct or are there other reasons to continue using Buffer in this library? If not, would you be open to a PR to remove all the Buffer to/from which is just an unnecessary set of conversions that muck up the APIs.
The text was updated successfully, but these errors were encountered:
Once #302 gets merged, we remove
bcrypto
which I believe was the main reason for continuing to useBuffer
instead ofUint8Array
everywhere. Is that correct or are there other reasons to continue usingBuffer
in this library? If not, would you be open to a PR to remove all theBuffer
to/from which is just an unnecessary set of conversions that muck up the APIs.The text was updated successfully, but these errors were encountered: