tiny-secp256k1 icon indicating copy to clipboard operation
tiny-secp256k1 copied to clipboard

validate type can be typed array or buffer

Open bucko13 opened this issue 9 months ago • 0 comments

Not sure if this is desirable and not really clear to me how tiny-secp256k1 is validating in other environments, but this resolves #136 for me. At some level though it makes sense that if bitcoinjs-lib passes the ecc library a Buffer but it's expecting explicitly an Uint8Array that that might be a problem.

bucko13 avatar May 03 '24 16:05 bucko13