pub fn crypto_sign_final_create(
state: SignerState,
signature: &mut Signature,
secret_key: &SecretKey,
) -> Result<(), Error>Expand description
Finalizes the incremental signature for state, using secret_key, copying
the result into signature upon success, and consuming the state.