pub async fn hash_data(data: &Value) -> Result<String, CryptoError>Expand description
Computes the hash of the given JSON data using the globally configured algorithm.
pub async fn hash_data(data: &Value) -> Result<String, CryptoError>Computes the hash of the given JSON data using the globally configured algorithm.