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

Add two new functions to the crypto library #184

Closed
wfreda opened this issue Apr 7, 2021 · 0 comments
Closed

Add two new functions to the crypto library #184

wfreda opened this issue Apr 7, 2021 · 0 comments

Comments

@wfreda
Copy link
Contributor

wfreda commented Apr 7, 2021

I would like to add two new functions to the crypto library. They are:
bool wickr_crypto_engine_encrypt_ofile(FILE *fin, const wickr_cipher_key_t *key, FILE *fout);
bool wickr_crypto_engine_decrypt_ofile(FILE *fin, const wickr_cipher_key_t *key, FILE *fout, bool only_auth_ciphers);

These functions already exist inside the library. This addition would make them publicly available via wickr_crypto_engine.

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