Harness the power of signify(1) to sign arbitrary git objects
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

change err msg

+1 -1
+1 -1
src/utils.rs
··· 662 662 663 663 let private_key = 664 664 ml_signify::seal::unseal_signing_key(&sealed_key, passphrase.as_bytes()) 665 - .context("failed to unseal signing key")?; 665 + .context("Failed to unseal ml-signify secret key")?; 666 666 667 667 PrivateKey::MlSignify(Box::new(private_key.signing_key().clone())) 668 668 }