Function autoendpoint::auth::sign_with_key
source ยท pub fn sign_with_key(key: &[u8], data: &[u8]) -> Result<String, ErrorStack>
Expand description
Sign some data with a key and return the hex representation
pub fn sign_with_key(key: &[u8], data: &[u8]) -> Result<String, ErrorStack>
Sign some data with a key and return the hex representation