Skip to content
New issue

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

Add key issuance, attestation, and validation functionalities #1

Merged
merged 1 commit into from
Mar 22, 2024

Conversation

loloxwg
Copy link
Contributor

@loloxwg loloxwg commented Mar 21, 2024

Implemented three key classes: Issuer, Host, and Verifier, each handling distinct tasks. Issuer generates and issues new key pairs, Host uses its key pair to create attestations, and Verifier checks these attestations using host and issuer verification keys. Added a main.py to demonstrate their interactions.

Implemented three key classes: `Issuer`, `Host`, and `Verifier`, each handling distinct tasks. `Issuer` generates and issues new key pairs, `Host` uses its key pair to create attestations, and `Verifier` checks these attestations using host and issuer verification keys. Added a `main.py` to demonstrate their interactions.
@Ryaee-Www Ryaee-Www merged commit 6da01c8 into Ryaee-Www:master Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants