You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ronaldtse Actually it's not a shame but impossibility to separate key packets/other packets loading/parsing/composition. The only way I see is to have separate libs for keyring format(s) which are dependent on base lib, where base lib operates with only OpenPGP packet sequences (transferable public/secret keys). So g10/kbx code can be separated, but it still will use base library's code to build up key structures.
Description
Keystore handling code should be extracted out to librekey. Need a keystore interface for interacting with keystore operations.
Keystore operations:
rnp should depend on librekey and utilize the general keystore interface to interact with all keystores.
This includes:
private-keys.v1.d
)The text was updated successfully, but these errors were encountered: