rnp icon indicating copy to clipboard operation
rnp copied to clipboard

Refactor keyid/fingerprint calculation.

Open ni4 opened this issue 1 year ago • 0 comments

Description

  • do not do double fingerprint calculation in pgp_key_t::pgp_key_t(const pgp_key_pkt_t &keypkt) : pkt_(keypkt)
  • make these methods of pgp_key_pkt_t instead of separate functions.

This should be done only after v5/v6 changes are landed to avoid problems during the rebase.

ni4 avatar Jul 25 '23 10:07 ni4