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
add strict input check allowing only byte arrays as inputs (#87) (#90) (b9ff1b2)
BREAKING CHANGES
From this release, only instances of Array with numeric values <= 255 are accepted
as inputs. No strings or anything else except shapes like Buffer or Uint8Array.