Skip to main content

bytes_to_hex

Function bytes_to_hex 

Source
pub fn bytes_to_hex(data: &Uint8Array) -> String
Expand description

Convert bytes to hexadecimal string

This function provides secure hex encoding for WASM:

  • Uses constant-time operations where possible
  • Handles large data efficiently
  • Returns JavaScript string