Uh oh!
There was an error while loading. Please reload this page.
mirrored from https://www.bouncycastle.org/repositories/bc-rust
- Notifications
You must be signed in to change notification settings - Fork 17
Fill in missing Factory objects #68
Copy link
Copy link
Labels
enhancementNew feature or requestNew feature or requesthelp wantedCould be picked up by anyone in the communityCould be picked up by anyone in the communityresearchThis involves some open-ended researchThis involves some open-ended research
Milestone
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedCould be picked up by anyone in the communityCould be picked up by anyone in the communityresearchThis involves some open-ended researchThis involves some open-ended research
In release/0.1.2alpha the factory crate got somewhat abandoned. We need to add factories for Signature and KEM (and maybe others).
The Signature and KEM factories need to be enums that encapsulate all the supported objects, and those enums need to impl the relevant traits, passing them through to the underlying types. Use the other factory modules as examples.