Function smartnoise_runtime::utilities::get_bytes[][src]

pub fn get_bytes(n_bytes: usize) -> Result<String>

Return bytes of binary data as String.

Reads bytes from OpenSSL, converts them into a string, concatenates them, and returns the combined string.

Arguments

Return

The String representation of the bytes.