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

sign_entry

Function sign_entry 

Source
pub fn sign_entry(
    entry: &Entry,
    signing_key: &PrivateKey,
) -> Result<String, Error>
Expand description

Sign an entry and return a base64-encoded signature string.

Accepts the algorithm-agnostic PrivateKey enum.