keyfork: use better error handling

This commit is contained in:
Ryan Heywood 2023-11-05 16:21:02 -06:00
parent 307941087a
commit 2c9d09ea61
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ impl ShardExec for OpenPGP {
"cert count {} != max {max}",
certs.len()
);
keyfork_shard::openpgp::split(threshold, certs, secret, output)
keyfork_shard::openpgp::split(threshold, certs, secret, output).map_err(Into::into)
}
fn combine<T>(