Open thobson88 opened 11 months ago
Some key management logic is currently in the wrong place, in particular:
trustchain-http
issue_credential()
issuer.rs
trustchain-ion
signing_key()
attestor.rs
This logic should be moved into the KeyManager or the AttestorKeyManager (in trustchain-core).
KeyManager
AttestorKeyManager
trustchain-core
Some key management logic is currently in the wrong place, in particular:
trustchain-http
crate, theissue_credential()
method insideissuer.rs
trustchain-ion
crate, thesigning_key()
method insideattestor.rs
.This logic should be moved into the
KeyManager
or theAttestorKeyManager
(intrustchain-core
).