- Sep 02, 2019
-
-
paulavidas authored
PiperOrigin-RevId: 266746557
-
Tink Team authored
'java' provider is deprecated and is going to be removed from bazel soon. Also simplifying and fixing the code. Note that the "if hasattr(td, "java"):" branch was incorrect and was never accessed previously. Starlark didn't complain about it because one can call hasattr on any object. When trying to use the new provider it ended up in build errors (see rollback change cl/266444465) because the "in" operator is more restrictive and caught the bug. PiperOrigin-RevId: 266745143
-
- Aug 30, 2019
-
-
candrian authored
PiperOrigin-RevId: 266444465
-
sschmieg authored
defer the computation until closed. PiperOrigin-RevId: 266444142
-
Tink Team authored
'java' provider is deprecated and is going to be removed from blaze soon. PiperOrigin-RevId: 266361895
-
tholenst authored
PiperOrigin-RevId: 266357537
-
Bartosz Przydatek authored
-
tholenst authored
PiperOrigin-RevId: 266345676
-
Taha Sabih authored
-
Bartosz Przydatek authored
PiperOrigin-RevId: 266343040
-
przydatek authored
-
tholenst authored
PiperOrigin-RevId: 266337742
-
tholenst authored
PiperOrigin-RevId: 266326175
-
tholenst authored
PiperOrigin-RevId: 266325874
-
- Aug 29, 2019
-
-
Tink Team authored
PiperOrigin-RevId: 266252869
-
tholenst authored
PiperOrigin-RevId: 266144383
-
tholenst authored
PiperOrigin-RevId: 266124911
-
tholenst authored
PiperOrigin-RevId: 266120169
-
tholenst authored
PiperOrigin-RevId: 266119107
-
tholenst authored
PiperOrigin-RevId: 266118239
-
tholenst authored
PiperOrigin-RevId: 266115935
-
tholenst authored
PiperOrigin-RevId: 266089601
-
tholenst authored
Fix a test in the AesSivKeyManagerTest to actually check the right thing (namely, if the wrong version makes validateKey fail). PiperOrigin-RevId: 266087262
-
Tink Team authored
PiperOrigin-RevId: 266082250
-
- Aug 28, 2019
-
-
tholenst authored
PiperOrigin-RevId: 265910762
-
Tink Team authored
PiperOrigin-RevId: 265905054
-
tholenst authored
PiperOrigin-RevId: 265898769
-
tanujdhir authored
PiperOrigin-RevId: 265895143
-
tanujdhir authored
PiperOrigin-RevId: 265892549
-
przydatek authored
to fit the RandomAccessStream interface. PiperOrigin-RevId: 265883887
-
przydatek authored
PiperOrigin-RevId: 265883648
-
przydatek authored
The actual change is in nonce_based_streaming_aead.cc, the rest is extension/adjustment of the tests. PiperOrigin-RevId: 265883349
-
tholenst authored
PiperOrigin-RevId: 265871217
-
tholenst authored
PiperOrigin-RevId: 265860753
-
tholenst authored
PiperOrigin-RevId: 265859469
-
- Aug 27, 2019
- Aug 26, 2019
- Aug 23, 2019
-
-
Tink Team authored
It is documented as public: https://github.com/google/tink/blob/master/go/core/registry/registry.go#L25 And the sample code uses registry directly: https://github.com/google/tink/blob/master/docs/GOLANG-HOWTO.md#envelope-encryption PiperOrigin-RevId: 265112771
-