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

Deprecate the implicit use of once_cell in internal objects #403

Open
benr-ml opened this issue Feb 7, 2023 · 0 comments
Open

Deprecate the implicit use of once_cell in internal objects #403

benr-ml opened this issue Feb 7, 2023 · 0 comments
Assignees

Comments

@benr-ml
Copy link
Contributor

benr-ml commented Feb 7, 2023

Explicit alternatives:

  • Define 2 types, one for crypto operations and one for communication (e.g., using the TAsBytes macro).
  • Impl a Cached that basically does the above for a generic type
@benr-ml benr-ml added the fixit_02_2023 FixIt 02/2023 label Feb 7, 2023
@benr-ml benr-ml removed the fixit_02_2023 FixIt 02/2023 label Feb 16, 2023
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

2 participants