pub fn sign_entry( entry: &Entry, signing_key: &PrivateKey, ) -> Result<String, Error>
Sign an entry and return a base64-encoded signature string.
Accepts the algorithm-agnostic PrivateKey enum.
PrivateKey