We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
).The text was updated successfully, but these errors were encountered: