Break out OpenPGP keychain management into its own crate #66
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Most operations in Keyfork Shard can make use of PIN reuse, but when using Keyfork Shard and a separate signing system (for example,
icepick workflow --add-signature-to-quorum
), there should be some kind of system to properly manage keyrings.This could probably be accomplished through a PIN manager singleton, or a Sequoia manager singleton. I'm unsure of what option would be best. PIN manager singleton would probably be the easiest to accomplish, but isn't self-containing.