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
For consistency. Public interfaces use both interchangeably.
ArrayBuffer is used extensively because PKI.js requires it, but everything else uses Buffer.
As of early 2022, I'm using ArrayBuffer in new interfaces to avoid conversions before/after use with PKI.js and for forward-compatibility with web browsers.
The text was updated successfully, but these errors were encountered:
For consistency. Public interfaces use both interchangeably.
ArrayBuffer is used extensively because PKI.js requires it, but everything else uses Buffer.
As of early 2022, I'm using
ArrayBuffer
in new interfaces to avoid conversions before/after use with PKI.js and for forward-compatibility with web browsers.The text was updated successfully, but these errors were encountered: