pub fn print(key: &str)Expand description
Output the MID key/result/hash to the console in debug_assertions mode.
MID key - The secret key for hashing
MID result - Array of OS parameters
MID hash - SHA-256 hash from result
ยงExample
mid::print("mySecretKey");