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

extract aes crypto to crate and add StateCrypto trait #363

Merged
merged 12 commits into from
Aug 19, 2021

Conversation

clangenb
Copy link
Contributor

@clangenb clangenb commented Aug 18, 2021

  • The StateCrypto trait is intended as generic abstraction over the state-encryption scheme. It should be used whenever other crates need to access the state. See STF Design Enhancement Proposal #269.

@clangenb clangenb requested a review from haerdib August 18, 2021 09:06
@murerfel
Copy link
Contributor

Nice to see the modularization really taking off 🚀 😄

@clangenb
Copy link
Contributor Author

Nice to see the modularization really taking off 🚀 😄

You were the initiator! 🚀

Copy link
Contributor

@haerdib haerdib left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice :)

@clangenb clangenb force-pushed the feat/cl-extract-aes-crypto branch from 069adea to fa388c5 Compare August 18, 2021 15:29
@clangenb clangenb merged commit ed8628e into master Aug 19, 2021
@clangenb clangenb deleted the feat/cl-extract-aes-crypto branch August 23, 2021 08:17
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.

3 participants