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
Is your feature request related to a problem? Please describe.
Helpers for converting between a Uint8Array and its hex-encoded string representation should probably be within the same namespace. Currently, seems the only way to convert between the two formats is to use helpers in different namespaces:
Possibly have hexToBytes() and bytesToHex() helpers both living in the encode namespace, although anything that makes them easier to find would be fine.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Helpers for converting between a Uint8Array and its hex-encoded string representation should probably be within the same namespace. Currently, seems the only way to convert between the two formats is to use helpers in different namespaces:
Describe the solution you'd like
Possibly have
hexToBytes()
andbytesToHex()
helpers both living in theencode
namespace, although anything that makes them easier to find would be fine.The text was updated successfully, but these errors were encountered: