pub fn bytes_to_hex(data: &Uint8Array) -> StringExpand 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