- Feb 11, 2019
-
-
Tink Team authored
Golang: Add BinaryKeysetReader/Writer implementations and KeysetHandle functions that use them to export/import keysets in encrypted or unencrypted form. PiperOrigin-RevId: 233377868 GitOrigin-RevId: d8724112639a9f45e252bca29b2753e4e3b16d11
-
baskaran authored
PiperOrigin-RevId: 233152514 GitOrigin-RevId: 61f5c15dd90a5969ea5d2604151e6dd48bc93bc1
-
baskaran authored
PiperOrigin-RevId: 233142193 GitOrigin-RevId: 1b834de5b6ef57c2ad6f6dda4aec3d01ecca3e78
-
thaidn authored
PiperOrigin-RevId: 232959783 GitOrigin-RevId: dcfe7e3f861c275a91d41a1776461d3f964bcd03
-
baskaran authored
PiperOrigin-RevId: 232936638 GitOrigin-RevId: 73a46910ed66f689f6f6ef04781032d65b3639c1
-
Tink Team authored
FileType objects are deprecated. If they are used for specifying extensions in a rule, it can be just omitted: # before allow_files = FileType([".java"]), # after allow_files = [".java"], If the `.filter` method of a FileType object was used, it should be replaced with native Starlark constructs, such as for-loops or comprehensions. PiperOrigin-RevId: 232598251 GitOrigin-RevId: 5caf081e2e1c15eda21c5f156d3085097bb1e420
-
baskaran authored
PiperOrigin-RevId: 232574619 GitOrigin-RevId: 6ececf4851ace1a9730bb1b44fe4c422779a7d6c
-
baskaran authored
PiperOrigin-RevId: 232566188 GitOrigin-RevId: 48643a874ccf59b97108b54cfe874ff4956b472a
-
baskaran authored
PiperOrigin-RevId: 232551792 GitOrigin-RevId: 1f5806e48de2e4e94608fc540971b1fbfa36d39d
-
thaidn authored
PiperOrigin-RevId: 232551003 GitOrigin-RevId: 3be5e7a2cbc18e1dd9533c865835b5f51f0abc7a
-
candrian authored
PiperOrigin-RevId: 232526481 GitOrigin-RevId: 1c760965083c4df78332634794bb90e241be0f6a
-
baskaran authored
PiperOrigin-RevId: 232523749 GitOrigin-RevId: 31252a060e94f445d61e8f0d64db2e2373910280
-
- Feb 04, 2019
-
-
thaidn authored
PiperOrigin-RevId: 232348647 GitOrigin-RevId: 9f6120c83ccecb9f021112a75000801a77bd4ab3
-
thaidn authored
PiperOrigin-RevId: 232348046 GitOrigin-RevId: 15343ececa717ab70aee34ee48791d785a992b72
-
thaidn authored
PiperOrigin-RevId: 232346830 GitOrigin-RevId: bcc9de4d071be7339c1e8a669006f3543240fc2e
-
thaidn authored
PiperOrigin-RevId: 232346154 GitOrigin-RevId: c0f0ae473f2280391d8dbf55d8592ef400cee7a0
-
thaidn authored
PiperOrigin-RevId: 232335194 GitOrigin-RevId: 29b2bc8bb57ecdeeb3e618910347580ab8c9a1d2
-
thaidn authored
PiperOrigin-RevId: 232313891 GitOrigin-RevId: 43c4ae8550fea1040b2d8a4aa671a7697cd05995
-
thaidn authored
PiperOrigin-RevId: 232304947 GitOrigin-RevId: 32019c7d852356a81542970496f2338ec3b69338
-
- Feb 02, 2019
-
-
thaidn authored
PiperOrigin-RevId: 232070221 GitOrigin-RevId: c287968418c414ed37078684564a887f1ccba0ae
-
candrian authored
PiperOrigin-RevId: 232006458 GitOrigin-RevId: b7f98417677c225c12e3bfcd10051b4eb2b40851
-
tholenst authored
This was somehow forgotten in previous rounds of deprecation. PiperOrigin-RevId: 231956715 GitOrigin-RevId: 5391146619e9cb2528aebf9814b872dcb28b0a0b
-
tholenst authored
PiperOrigin-RevId: 231955580 GitOrigin-RevId: 88f8152aca7e13514894216af1e25befb032e15c
-
jilinyan authored
PiperOrigin-RevId: 231839901 GitOrigin-RevId: 5f3eaa3c95ddc76c868023174464256f2a5b53fc
-
przydatek authored
PiperOrigin-RevId: 231774709 GitOrigin-RevId: d2342a02ac016a6ede43cd8228f80395d52c71cb
-
przydatek authored
PiperOrigin-RevId: 231768956 GitOrigin-RevId: e1bdee9ed2b15a98a25fb5d911953e07e56812ef
-
Tink Team authored
Implement KeysetWriter interface for MemKeyest PiperOrigin-RevId: 231601719 GitOrigin-RevId: 3a2fa07e8776038ef8f5731c06d37777aa06edf6
-
jilinyan authored
PiperOrigin-RevId: 231499975 GitOrigin-RevId: 68558fd8677eb5218d599159187dba2a8ebcae48
-
jilinyan authored
PiperOrigin-RevId: 231475661 GitOrigin-RevId: 4ba12a11002ff61dede462c37818c81b59bf81d6
-
tholenst authored
PiperOrigin-RevId: 231411049 GitOrigin-RevId: f664956200f2603d064ace776208cf83873b642d
-
Tink Team authored
New interface: tink.KeysetWriter New functions: KeysetHandle.Write, tink.ReadKeysetHandle Fixes #143 PiperOrigin-RevId: 230975699 GitOrigin-RevId: 4b4954a145795f5cf53801af1f31737f5add7324
-
- Jan 25, 2019
-
-
tholenst authored
PiperOrigin-RevId: 230899006 GitOrigin-RevId: 9f39dacabc3ee7197fa02fa5e259eb9675595bb0
-
thaidn authored
PiperOrigin-RevId: 230844528 GitOrigin-RevId: d7aa06e8f9d7920fa092493f6c4f29e1a6b98259
-
thaidn authored
PiperOrigin-RevId: 230803410 GitOrigin-RevId: b6eca09b078daba726e6d5cb41b8daeb8d7eded1
-
- Jan 24, 2019
-
-
ckl authored
PiperOrigin-RevId: 230785575 GitOrigin-RevId: b9a858a2c74ef3d7a5e9d6adca72d4b02b6ff621
-
jilinyan authored
PiperOrigin-RevId: 230446086 GitOrigin-RevId: 59e63c7cd0c4f5e3b91e113284edac4d97cc593e
-
Tink Team authored
PiperOrigin-RevId: 230388153 GitOrigin-RevId: 25660d70cd1381a85998236f9620ac6548759947
-
- Jan 16, 2019
-
-
przydatek authored
PiperOrigin-RevId: 229521919 GitOrigin-RevId: 4574e5bc99c61ac531c9ef27ca9bd408391bc6fa
-
thaidn authored
PiperOrigin-RevId: 229476935 GitOrigin-RevId: dad4536a60155fa36a98e7bfc398384daae56694
-
Tink Team authored
PiperOrigin-RevId: 229376687 GitOrigin-RevId: d96e0edba430213583ee577c566332e2bfe4f952
-