ChainSafe/as-sha256

You still use __getArray instead __getUint8Array

Closed this issue · 1 comments

It present here

Also I'm not sure about this line this not performant way. Probably better detect string and use Buffer.from(inputStr). If input is array-like object just don't wrap it at all

up