kste
kste
At the moment we don't support/test any build for arm64, so this is kind of expected. The specific issue here is that the curl dependency has no build support for...
It looks like you are using Python 3.6, which is not supported, as Tink relies on some features which available only starting in Python 3.7. There are binary releases available...
Would it be possible to upgrade the pip version on Cloud shell? Upgrading pip (`pip3 install --upgrade pip`), fixed the error for me and allows to install the binary wheels.
It's actually important to have the aad length here included (or some other form of separating the aad and ciphertext) and not just concatenate aad and ciphertext for the authentication....
Yes, it's definitely something we want to add and we have someone looking into this.
What actually is stored in "value" is a base64 encoded protocol buffer of the key. If you want to extract this you can do the following: ``` import ( "encoding/base64"...
The weights are the -log2 of the probability of the differential transition. E.g. if the differential has a 2^-4 probability to hold in one round, the weight is 4. The...
The current probability here shows the sum of the probability of all trails which you found. This might not be very meaningful depending on how the model/search is setup (and...
If it does not terminate, then the underlying problem generated is too difficult for the solver. This means you can not draw any conclusion on whether a distinguisher exists or...
To close this out before https://github.com/tink-crypto/tink/issues/730: The [current roadmap](https://developers.google.com/tink/roadmap#post-quantum_cryptography_pqc) provides some information about the PQC support, and there is experimental support for signatures and a hybrid encryption scheme (hybrid in...