Skip to main content
Log in

Mojo function

b16decode

b16decode(str: String) -> String

Performs base16 decoding on the input string.

Args:

  • str (String): A base16 encoded string.

Returns:

The decoded string.