awslabs / aws-crt-cpp

C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
Apache License 2.0
73 stars 64 forks source link

Symmetric cipher state #619

Closed sbiscigl closed 3 months ago

sbiscigl commented 3 months ago

Description of changes:

Adds a API to interface with symmetric cipher state. Adds a API to call aws_byte_buf_init and return a ByteBuf, caller is responsible for deleting the byte buf

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.