aws_encryption_sdk.internal.crypto.data_keys
Contains data key helper functions.
Functions
|
Calculates the commitment value. |
|
Derives the data encryption key using the defined algorithm. |
- aws_encryption_sdk.internal.crypto.data_keys.derive_data_encryption_key(source_key, algorithm, message_id)
Derives the data encryption key using the defined algorithm.
- aws_encryption_sdk.internal.crypto.data_keys.calculate_commitment_key(source_key, algorithm, message_id)
Calculates the commitment value.