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

Explicit support and optimizations for cleartext input #9

Open
matthiasgeihs opened this issue Jan 24, 2024 · 0 comments
Open

Explicit support and optimizations for cleartext input #9

matthiasgeihs opened this issue Jan 24, 2024 · 0 comments

Comments

@matthiasgeihs
Copy link
Owner

Cleartext input

  • No optimizations for unpadded strings: The original bounty description stated that all strings should be 0-padded. Later, this requirement was relaxed (see note in bounty description) to allow for unpadded strings that are indentifiable as such without decryption. Due to time constraints, unpadded strings, or any optimizations in that regard, are currently not implemented. However, we do list potential optimizations further below.

  • No optimizations for partial cleartext input: We did not implement a dedicated cleartext API or any optimizations for it. We support these operations by first encrypting the cleartext inputs and then calling the corresponding ciphertext API.

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