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

AES Encryption Reorganization #651

Merged
merged 3 commits into from
Jan 18, 2025
Merged

AES Encryption Reorganization #651

merged 3 commits into from
Jan 18, 2025

Conversation

wasabii
Copy link
Contributor

@wasabii wasabii commented Jan 17, 2025

Move polyfill implementations into one class with calls to real implementations to clean up call sites.

Remove some inheritence. Seemed to be useful to reference static properties from the base class. But ultimately these are all just static classes.

Revert from file-scoped namespaces. I like these, but the whole project doens't use them. Better to keep it consistent for now.

Add comments.
Move polyfill implementations into one class with calls to real implementations to clean up call sites.
Remove some inheritence. Seemed to be useful to reference static properties from the base class. But ultimately these are all just static classes.
Revert from file-scoped namespaces. I like these, but the whole project doens't use them. Better to keep it consistent for now.
@wasabii wasabii marked this pull request as draft January 17, 2025 19:07
@wasabii wasabii marked this pull request as ready for review January 18, 2025 14:29
@wasabii wasabii merged commit 2c0baab into develop Jan 18, 2025
86 checks passed
@wasabii wasabii deleted the reorgaes branch January 18, 2025 14:32
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.

2 participants