Moreno Ambrosin
Moreno Ambrosin
Hi [brownoxford](https://github.com/brownoxford), are you still having issues with the build with Bazel? I am not sure I have enough context, but I noticed you've mentioned pinning [`66d9baf`](https://github.com/google/tink/commit/66d9baf0f57014c63b3fc7f8cdba99ca36044d58) in your `go.mod`...
Hi @xmlking sorry for not replying earlier. One way to do so is for example in C++ using the [`KeysetManager`](https://github.com/google/tink/blob/master/cc/keyset_manager.h#L34) API; to use a key with ID `keyId`: - Call...
Hi @kushalhalder, You may create an encrypted keyset (encryption is optional but highly recommended https://developers.google.com/tink/generate-plaintext-keyset) that implements the `PrfSet` primitive: ``` tinkey create-keyset \ --key-template HMAC_SHA256_PRF \ --out-format json \...
Hi @foomeden, I am looking into this (though not at full time); I will post an update as soon as I have this figured out and a tentative timeline.
@thaidn I don't find this necessary. Also the changes in this PR violate our style guide.
Closing this issue. Feel free to reopen it if you have additional questions/feedback.
I am going to close this issue. Feel free to reopen it if you have further questions!
This is now included in Tink 1.7.0
Hi, I cannot reproduce the error, could you please try using `com.google.crypto.tink:tink-gcpkms:HEAD-SNAPSHOT` to test if https://github.com/google/tink/commit/a32ff51877d048c858f116de68d5ab20e63af6fe fixes this issue?
I am going to close this issue. Please feel free to reopen it if this still remains an issue. These changes where included in release [v.1.8.0](https://github.com/tink-crypto/tink-java/releases/tag/v1.8.0)