Development Documentation (main branch) - For stable release docs, see docs.rs/eidetica

sign_data

Function sign_data 

Source
pub fn sign_data(data: impl AsRef<[u8]>, signing_key: &PrivateKey) -> String
Expand description

Sign data and return a base64-encoded signature.