Expand description
WASM utility functions
This module provides utility functions specifically designed for WASM environments, including secure random generation, data validation, and helper functions.
Functionsยง
- bytes_
to_ hex - Convert bytes to hexadecimal string
- get_
library_ info - Get library information for WASM
- get_
supported_ algorithms - Get supported algorithms by category
- hex_
to_ bytes - Convert hexadecimal string to bytes
- is_
feature_ available - Check if a feature is available
- random_
bytes - Generate cryptographically secure random bytes for WASM
- validate_
input - Validate input data for WASM operations