paulmillr / noble-secp256k1

Fastest 4KB JS implementation of secp256k1 signatures and ECDH
https://paulmillr.com/noble
MIT License
757 stars 114 forks source link

Export hexToBytes from utils for developer experience #47

Closed ahsan-javaid closed 2 years ago

ahsan-javaid commented 2 years ago

I am using noble in a project and would like to use hexToBytes & bytesToHex from utils. So export hexToBytes from utils for developer experience.

Pull request: https://github.com/paulmillr/noble-secp256k1/pull/46

ahsan-javaid commented 2 years ago

cc: @paulmillr for pr review: https://github.com/paulmillr/noble-secp256k1/pull/46