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 DRBG with interoperable handles #163

Open
ia0 opened this issue May 15, 2023 · 0 comments
Open

Add DRBG with interoperable handles #163

ia0 opened this issue May 15, 2023 · 0 comments
Labels
crate:api Modifies the applet API crate:board Modifies the board API for:usability Improves users (and maintainers) life needs:implementation Needs implementation to complete prio:low Doesn't have a use case (yet)

Comments

@ia0
Copy link
Member

ia0 commented May 15, 2023

The DRBG board API should be somehow similar to SHA-256 and provide an abstract context. This would also work similarly at the applet API providing an applet-specific handler. This handler should be usable by other cryptographic operations like creating an ECDSA or ECDH private key, or signing with ECDSA.

@ia0 ia0 added needs:implementation Needs implementation to complete crate:board Modifies the board API for:usability Improves users (and maintainers) life crate:api Modifies the applet API labels May 15, 2023
@ia0 ia0 added the prio:low Doesn't have a use case (yet) label Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crate:api Modifies the applet API crate:board Modifies the board API for:usability Improves users (and maintainers) life needs:implementation Needs implementation to complete prio:low Doesn't have a use case (yet)
Projects
None yet
Development

No branches or pull requests

1 participant