Thomas Holenstein

Results 72 comments of Thomas Holenstein

Thanks for the context. The fact that Tink out of the box only supports 64 bytes is intentional. See https://developers.google.com/tink/deterministic-aead#choose_a_key_type. I will however comment on https://github.com/tink-crypto/tink-java/issues/32 with a way forward.

At the moment, we do not support this. This is considered a feature request for this.

Note: https://github.com/google/tink/issues/255 asked for the same thing and is much older.

Thank you for the report. We agree that this is badly formulated, though we think it's unspecific enough that it is not simply wrong. Clearly there is a lot of...

Yes, it deletes data inside the source tree.

This bug is about bazel deleting my code. #2945 is about a cleanup.

Thanks for the report, we will try to look into this in more detail soon. On a quick glance though, I notice that the keyset which you gave doesn't seem...

I uploaded a test release of Tink 1.12 which fixes the segfault to Test PyPi. You can try it with ```python3 -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ tink``` Note...

Note: Tink 1.12 which fixes this is released and available.

I wanted to report back on this, since I worked on this for a bit now and understand that this can be frustrating. So let me explain what the status...