awslabs / aws-c-cal

Aws Crypto Abstraction Layer: Cross-Platform, C99 wrapper for cryptography primitives.
Apache License 2.0
33 stars 36 forks source link

Adds a way to keep a more detailed state of a symetric cipher #184

Closed sbiscigl closed 2 months ago

sbiscigl commented 2 months ago

Description of changes:

Adds a struct member state to symmetric cipher so that we can track state in more dimensions than just the "good" boolean flag such as ready, error, finalized.

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