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

Bcrypt #45

Closed
zpostfacto opened this issue Jan 18, 2019 · 0 comments
Closed

Bcrypt #45

zpostfacto opened this issue Jan 18, 2019 · 0 comments
Assignees

Comments

@zpostfacto
Copy link
Contributor

We need to support bcrypt if we want people to be able to use this on Xbox.

zpostfacto added a commit that referenced this issue Jan 21, 2019
This just wraps whatever context is needed by the crypto provider.  It should allow me to avoid paying the setup costs for each packet.  (Issue #47)

This should not only be a nice (small) optimization, it wil make it easier to support bcrypt (Issue #45).

We should update the perf tests to do encrypt/decrypt a bunch of buffers using the same cipher parameters, using these objects, since this models our use case in this networking library.

Next step is to use this in the CSteamNetworkConnectionBase, instead of storing raw keys.
@tycho tycho closed this as completed in ca042ff Feb 2, 2019
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