aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2022-08-25Move examples/objc to objc/examples.ambrosin
2022-08-05Move java examples to the corresponding project's folderambrosin
2022-08-04Rename BUILD => BUILD.bazel in Java examplesambrosin
2022-08-04Move python examples to Tink python.ambrosin
2022-08-02Move examples for Tink C++ to the project's folderambrosin
2022-07-21Fix instructions in Java examples.ckl
2022-07-20Move testdata keysets and testvectors to subfolders in testdata/ambrosin
2022-07-20Move testdata Google Cloud credentials to testdata/gcp.ambrosin
2022-07-14Move testdata AWS credentials to testdata/aws.ambrosin
2022-06-13Remove kokoro test scripts from each language/project folder.ambrosin
2022-06-08Fix typo in testutil script name.ambrosin
2022-06-06Modify tink-examples Java to use tink-java and tink-java-{aws|gcp}kms from gi...ambrosin
2022-05-31Remove tink_base dependency from Tink Python and Java examples.ambrosin
2022-05-26Add copy of HPKE test vectors to share across all languages.wconner
2022-05-24Remove call to maven_install from tink_java_deps_initambrosin
2022-05-18Upgrade to Bazel 5.1.1.ckl
2022-05-13Internal change.wconner
2022-05-13Use upper case END region_tag for all examples.kste
2022-05-10Add new Hybrid Encryption example for Tink C++.wconner
2022-05-09Fix naming in DAEAD example comment.kste
2022-05-09Add a minimal example for AEAD usage in Python.kste
2022-05-09Add a minimal example for signature usage in Python.kste
2022-05-06Add MAC example for Tink C++.wconner
2022-05-06Remove dependency on @tink_base from @tink_cc.ambrosin
2022-05-05Add a minimal example for deterministic AEAD usage in Python.kste
2022-05-05Add AEAD example for Tink C++.ambrosin
2022-05-04Rename additionalData to associatedData.juerg
2022-05-03Update hybrid encryption Java example documentation.wconner
2022-05-03Consistently use relative path for input keysets in examples.juerg
2022-05-02Make the JWT example in Python a bit clearer.juerg
2022-05-02Use old "jwk_set_to_keyset_handle" function in Python JWT example.juerg
2022-04-29Use old "jwk_set_to_keyset_handle" function in Python JWT example.juerg
2022-04-27Tink examples test script fixes:ambrosin
2022-04-26Add Kokoro build configs and scripts for Python and Java examplesambrosin
2022-04-21Add local testdata to Tink Examples.ambrosin
2022-04-12Replaced ECIES-AEAD-HKDF with HPKE for hybrid encryption examples.wconner
2022-04-11Move Tink C++ GCP KMS integration to a separate WORKSPACEambrosin
2022-04-11Move C++ AWS-KMS integration to a separate WORKSPACE.ambrosin
2022-04-08Remove internal config files from examples/kokoro.ambrosin
2022-04-05Add local deployment flag to Maven scripts.ckl
2022-04-05Add missing `use_bazel` instruction which is needed when running build script...ambrosin
2022-04-04Add continuous integration test scripts for tink/examples.ambrosin
2022-03-18Change crypto::tink::util::StatusOr::ValueOrDie() to value() inlizatretyakova
2022-02-22Remove usage of JCenter Bintray.ckl
2022-02-09Upgrade rules_python to the newest version v0.6.0.juerg
2022-02-08Fix lint errors in includes.juerg
2022-02-07Fix title of Example JWT Signature CLI in C++.juerg
2022-02-03Remove extraneous tags from test which must be run manually.ckl
2022-02-02Upgrade rules_python in Python example Bazel workspace.ckl
2022-02-01Internal changetholenst