Moreno Ambrosin

Results 26 comments of Moreno Ambrosin

Tink Python (github.com/tink-crypto/tink-py) AWS KMS extension no longer depends on Tink C++ AWS KMS, so I think this issue no longer applies. Please feel free to open a new issue...

Tink Obj-C has moved to its own repo: https://github.com/tink-crypto/tink-objc. Please create a new issue in https://github.com/tink-crypto/tink-objc/issues for any related concern.

Closing this issue. If this is still an issue and/or if a feature request or fix is required please open a new issue in https://github.com/tink-crypto/tink-go/issues

Hi @aartikov, thanks for your PR, sorry for the time it took to get to it. An equivalent API was added [in this commit](https://github.com/google/tink/commit/7f50ab72ea13243f99d2b1c5b300d16f85dba08c) and thus the API added by...

Closing this due to inactivity. Please reopen this issue in https://github.com/tink-crypto/tink-py/issues if you have further questions/follow-up comments.

Hi @tdipadova3rd, could you please provide a minimum code example to reproduce this? Is it sufficient to have `import dramatiq` and `import tink` in the same script and e.g., use...

Thanks! I tried to reproduce the issue without success. My attempt on a Ubuntu 2004 VM (e2-standard-4): ```shell # Python 3.11.7. poetry new tink-py-issue-25 cd tink-py-issue-25 poetry add tink==1.9.0 poetry...

We released the [[email protected]](https://github.com/tink-crypto/tink-java/releases/tag/v1.14.1) patch release which downgrades Protobuf to 25.3.

HI @dinigo still haven't looked at this patch. For testing you can do (I recommend using Bazelisk https://github.com/bazelbuild/bazelisk): ```shell cd path/to/tink_java # Run all the tests; will cache results if...

Hi @romanini-ciandt, thanks for flagging this. The issue is that Tink binary wheels are built for `manylinux` as of 1.10.0 (and most likely 1.11.0), and `Alpine Linux` requires `musllinux` (https://packaging.python.org/en/latest/specifications/platform-compatibility-tags/#musllinux)....