I would like to use Tink's envelope encription with Deterministic AEAD on GCP. I want to use it in python. I want to store a KEK key in GCP KMS and and encrypt the DEK key with it.
There is an example how to use Deterministic AEAD, but it doesn't use envelop encryption: https://developers.google.com/tink/deterministic-encryption
There is an example for envelop encryption, but it uses AEAD: https://cloud.google.com/kms/docs/client-side-encryption
But there is no example how to use Tink's envelope encription with Deterministic AEAD on GCP.
Does somebody has an example for this scenario written in python?