smartnoise_runtime::utilities
pub fn get_bytes(n_bytes: usize) -> Result<String>
Return bytes of binary data as String.
String
Reads bytes from OpenSSL, converts them into a string, concatenates them, and returns the combined string.
n_bytes
The String representation of the bytes.