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

Avoid need for tink_<primitive>::init() methods #31

Open
daviddrysdale opened this issue Nov 27, 2020 · 1 comment
Open

Avoid need for tink_<primitive>::init() methods #31

daviddrysdale opened this issue Nov 27, 2020 · 1 comment

Comments

@daviddrysdale
Copy link
Collaborator

Investigate whether there's a safe way in Rust to have a global registry of KeyManager instances that are
typed to a particular primitive (rather than the catchall enum Primitive).

See README for more details.

@daviddrysdale daviddrysdale changed the title Avoid need for tink-<primitive>::init() methods Avoid need for tink-<primitive>::init() methods Nov 27, 2020
@daviddrysdale daviddrysdale changed the title Avoid need for tink-<primitive>::init() methods Avoid need for tink_<primitive>::init() methods Nov 27, 2020
@daviddrysdale
Copy link
Collaborator Author

#60 adds a typed version of PrimitiveSet which allows the individual primitives to be typed (but doesn't alter the global registry nor the need for init() methods)

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

No branches or pull requests

1 participant