alan-turing-institute / trustchain

Trustworthy decentralised PKI
https://alan-turing-institute.github.io/trustchain/
Apache License 2.0
11 stars 5 forks source link

Move key filtering logic into key_manager.rs #165

Open thobson88 opened 11 months ago

thobson88 commented 11 months ago

Some key management logic is currently in the wrong place, in particular:

This logic should be moved into the KeyManager or the AttestorKeyManager (in trustchain-core).