hpk42 / muacrypt

Autocrypt and more for Mail User Agents
Other
36 stars 15 forks source link

split keyhandle out of chainstate #39

Closed hpk42 closed 1 month ago

hpk42 commented 6 years ago

Currently OwnState's KeygenEntry redundantly keeps track of keyhandles although the keyhandle is computed from keydata which is also contained in KeygenEntry. Remove the redundancy which probably also helps #32

hpk42 commented 6 years ago

or the other way round: make everything use keyhandles (or rather fingerprints) and keep a chain with all public keys (own, peer, dkim). this might also help with #73