logo
pub fn sign_bytes_b64(
    algorithm: Algorithm,
    data: &[u8],
    key: &JWK
) -> Result<String, Error>