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
Node specifies that Hash and Hmac digest function should return a Buffer.
Right now they return a TypedArray which is wrong.
We should fix that with the refactor in #1292