BUILD.bazel
MANIFEST.in
README.md
VERSION
WORKSPACE
requirements.txt
setup.py
tink_py_deps.bzl
tink_py_deps_init.bzl
tink/BUILD.bazel
tink/__init__.py
tink/_keyset_handle.py
tink/_keyset_handle_test.py
tink/_keyset_reader.py
tink/_keyset_reader_test.py
tink/_keyset_writer.py
tink/_keyset_writer_test.py
tink/cleartext_keyset_handle.py
tink/cleartext_keyset_handle_test.py
tink/tink_config.py
tink/tink_config_test.py
tink.egg-info/PKG-INFO
tink.egg-info/SOURCES.txt
tink.egg-info/dependency_links.txt
tink.egg-info/not-zip-safe
tink.egg-info/requires.txt
tink.egg-info/top_level.txt
tink/aead/BUILD.bazel
tink/aead/__init__.py
tink/aead/_aead.py
tink/aead/_aead_key_manager.py
tink/aead/_aead_key_manager_test.py
tink/aead/_aead_key_templates.py
tink/aead/_aead_key_templates_test.py
tink/aead/_aead_wrapper.py
tink/aead/_aead_wrapper_test.py
tink/aead/_kms_envelope_aead.py
tink/aead/_kms_envelope_aead_test.py
tink/cc/BUILD.bazel
tink/cc/cc_key_manager.h
tink/cc/cc_streaming_aead_wrappers.cc
tink/cc/cc_streaming_aead_wrappers.h
tink/cc/cc_streaming_aead_wrappers_test.cc
tink/cc/cc_tink_config.cc
tink/cc/cc_tink_config.h
tink/cc/input_stream_adapter.cc
tink/cc/input_stream_adapter.h
tink/cc/input_stream_adapter_test.cc
tink/cc/output_stream_adapter.cc
tink/cc/output_stream_adapter.h
tink/cc/output_stream_adapter_test.cc
tink/cc/python_file_object_adapter.h
tink/cc/python_input_stream.cc
tink/cc/python_input_stream.h
tink/cc/python_input_stream_test.cc
tink/cc/python_output_stream.cc
tink/cc/python_output_stream.h
tink/cc/python_output_stream_test.cc
tink/cc/test_util.h
tink/cc/pybind/BUILD.bazel
tink/cc/pybind/aead.cc
tink/cc/pybind/aead.h
tink/cc/pybind/cc_aws_kms_client.cc
tink/cc/pybind/cc_aws_kms_client.h
tink/cc/pybind/cc_gcp_kms_client.cc
tink/cc/pybind/cc_gcp_kms_client.h
tink/cc/pybind/cc_key_manager.cc
tink/cc/pybind/cc_key_manager.h
tink/cc/pybind/cc_key_manager_test.py
tink/cc/pybind/cc_streaming_aead_wrappers.cc
tink/cc/pybind/cc_streaming_aead_wrappers.h
tink/cc/pybind/cc_tink_config.cc
tink/cc/pybind/cc_tink_config.h
tink/cc/pybind/cc_tink_config_test.py
tink/cc/pybind/deterministic_aead.cc
tink/cc/pybind/deterministic_aead.h
tink/cc/pybind/hybrid_decrypt.cc
tink/cc/pybind/hybrid_decrypt.h
tink/cc/pybind/hybrid_encrypt.cc
tink/cc/pybind/hybrid_encrypt.h
tink/cc/pybind/import_helper.cc
tink/cc/pybind/import_helper.h
tink/cc/pybind/input_stream_adapter.cc
tink/cc/pybind/input_stream_adapter.h
tink/cc/pybind/mac.cc
tink/cc/pybind/mac.h
tink/cc/pybind/output_stream_adapter.cc
tink/cc/pybind/output_stream_adapter.h
tink/cc/pybind/prf_set.cc
tink/cc/pybind/prf_set.h
tink/cc/pybind/public_key_sign.cc
tink/cc/pybind/public_key_sign.h
tink/cc/pybind/public_key_verify.cc
tink/cc/pybind/public_key_verify.h
tink/cc/pybind/python_file_object_adapter.cc
tink/cc/pybind/python_file_object_adapter.h
tink/cc/pybind/status.cc
tink/cc/pybind/status.h
tink/cc/pybind/status_casters.h
tink/cc/pybind/status_injector.cc
tink/cc/pybind/status_injector.h
tink/cc/pybind/status_test.py
tink/cc/pybind/status_utils.cc
tink/cc/pybind/status_utils.h
tink/cc/pybind/streaming_aead.cc
tink/cc/pybind/streaming_aead.h
tink/cc/pybind/tink_bindings.cc
tink/cc/pybind/tink_testonly_bindings.cc
tink/core/BUILD.bazel
tink/core/__init__.py
tink/core/_crypto_format.py
tink/core/_crypto_format_test.py
tink/core/_key_manager.py
tink/core/_primitive_set.py
tink/core/_primitive_set_test.py
tink/core/_primitive_wrapper.py
tink/core/_registry.py
tink/core/_registry_test.py
tink/core/_tink_error.py
tink/daead/BUILD.bazel
tink/daead/__init__.py
tink/daead/_deterministic_aead.py
tink/daead/_deterministic_aead_key_manager.py
tink/daead/_deterministic_aead_key_manager_test.py
tink/daead/_deterministic_aead_key_templates.py
tink/daead/_deterministic_aead_key_templates_test.py
tink/daead/_deterministic_aead_wrapper.py
tink/daead/_deterministic_aead_wrapper_test.py
tink/hybrid/BUILD.bazel
tink/hybrid/__init__.py
tink/hybrid/_hybrid_decrypt.py
tink/hybrid/_hybrid_encrypt.py
tink/hybrid/_hybrid_key_manager.py
tink/hybrid/_hybrid_key_manager_test.py
tink/hybrid/_hybrid_key_templates.py
tink/hybrid/_hybrid_key_templates_test.py
tink/hybrid/_hybrid_wrapper.py
tink/hybrid/_hybrid_wrapper_test.py
tink/integration/__init__.py
tink/integration/awskms/BUILD.bazel
tink/integration/awskms/__init__.py
tink/integration/awskms/_aws_kms_aead_test.py
tink/integration/awskms/_aws_kms_client.py
tink/integration/awskms/_aws_kms_client_test.py
tink/integration/gcpkms/BUILD.bazel
tink/integration/gcpkms/__init__.py
tink/integration/gcpkms/_gcp_kms_aead_test.py
tink/integration/gcpkms/_gcp_kms_client.py
tink/integration/gcpkms/_gcp_kms_client_test.py
tink/mac/BUILD.bazel
tink/mac/__init__.py
tink/mac/_mac.py
tink/mac/_mac_key_manager.py
tink/mac/_mac_key_manager_test.py
tink/mac/_mac_key_templates.py
tink/mac/_mac_key_templates_test.py
tink/mac/_mac_wrapper.py
tink/mac/_mac_wrapper_test.py
tink/prf/BUILD.bazel
tink/prf/__init__.py
tink/prf/_prf_key_manager.py
tink/prf/_prf_key_manager_test.py
tink/prf/_prf_key_templates.py
tink/prf/_prf_set.py
tink/prf/_prf_set_wrapper.py
tink/prf/_prf_set_wrapper_test.py
tink/proto/BUILD.bazel
tink/proto/__init__.py
tink/proto/aes_cmac.proto
tink/proto/aes_cmac_pb2.py
tink/proto/aes_cmac_prf.proto
tink/proto/aes_cmac_prf_pb2.py
tink/proto/aes_ctr.proto
tink/proto/aes_ctr_hmac_aead.proto
tink/proto/aes_ctr_hmac_aead_pb2.py
tink/proto/aes_ctr_hmac_streaming.proto
tink/proto/aes_ctr_hmac_streaming_pb2.py
tink/proto/aes_ctr_pb2.py
tink/proto/aes_eax.proto
tink/proto/aes_eax_pb2.py
tink/proto/aes_gcm.proto
tink/proto/aes_gcm_hkdf_streaming.proto
tink/proto/aes_gcm_hkdf_streaming_pb2.py
tink/proto/aes_gcm_pb2.py
tink/proto/aes_gcm_siv.proto
tink/proto/aes_gcm_siv_pb2.py
tink/proto/aes_siv.proto
tink/proto/aes_siv_pb2.py
tink/proto/chacha20_poly1305.proto
tink/proto/chacha20_poly1305_pb2.py
tink/proto/common.proto
tink/proto/common_pb2.py
tink/proto/config.proto
tink/proto/config_pb2.py
tink/proto/ecdsa.proto
tink/proto/ecdsa_pb2.py
tink/proto/ecies_aead_hkdf.proto
tink/proto/ecies_aead_hkdf_pb2.py
tink/proto/ed25519.proto
tink/proto/ed25519_pb2.py
tink/proto/empty.proto
tink/proto/empty_pb2.py
tink/proto/hkdf_prf.proto
tink/proto/hkdf_prf_pb2.py
tink/proto/hmac.proto
tink/proto/hmac_pb2.py
tink/proto/hmac_prf.proto
tink/proto/hmac_prf_pb2.py
tink/proto/jwt_hmac.proto
tink/proto/jwt_hmac_pb2.py
tink/proto/kms_aead.proto
tink/proto/kms_aead_pb2.py
tink/proto/kms_envelope.proto
tink/proto/kms_envelope_pb2.py
tink/proto/prf_based_deriver.proto
tink/proto/prf_based_deriver_pb2.py
tink/proto/rsa_ssa_pkcs1.proto
tink/proto/rsa_ssa_pkcs1_pb2.py
tink/proto/rsa_ssa_pss.proto
tink/proto/rsa_ssa_pss_pb2.py
tink/proto/tink.proto
tink/proto/tink_pb2.py
tink/proto/xchacha20_poly1305.proto
tink/proto/xchacha20_poly1305_pb2.py
tink/proto/testing/testing_api.proto
tink/signature/BUILD.bazel
tink/signature/__init__.py
tink/signature/_public_key_sign.py
tink/signature/_public_key_verify.py
tink/signature/_signature_key_manager.py
tink/signature/_signature_key_manager_test.py
tink/signature/_signature_key_templates.py
tink/signature/_signature_key_templates_test.py
tink/signature/_signature_wrapper.py
tink/signature/_signature_wrapper_test.py
tink/streaming_aead/BUILD.bazel
tink/streaming_aead/__init__.py
tink/streaming_aead/_decrypting_stream.py
tink/streaming_aead/_decrypting_stream_test.py
tink/streaming_aead/_encrypting_stream.py
tink/streaming_aead/_encrypting_stream_test.py
tink/streaming_aead/_raw_streaming_aead.py
tink/streaming_aead/_rewindable_input_stream.py
tink/streaming_aead/_rewindable_input_stream_test.py
tink/streaming_aead/_streaming_aead.py
tink/streaming_aead/_streaming_aead_key_manager.py
tink/streaming_aead/_streaming_aead_key_manager_test.py
tink/streaming_aead/_streaming_aead_key_templates.py
tink/streaming_aead/_streaming_aead_key_templates_test.py
tink/streaming_aead/_streaming_aead_test.py
tink/streaming_aead/_streaming_aead_wrapper.py
tink/streaming_aead/_streaming_aead_wrapper_test.py
tink/testing/BUILD.bazel
tink/testing/__init__.py
tink/testing/bytes_io.py
tink/testing/bytes_io_test.py
tink/testing/helper.py
tink/testing/helper_test.py
tink/testing/keyset_builder.py
tink/testing/keyset_builder_test.py
tink/util/BUILD.bazel
tink/util/__init__.py
tink/util/file_object_adapter.py
tink/util/file_object_adapter_test.py
tools/BUILD.bazel
tools/build_defs/BUILD.bazel
tools/build_defs/tink_python_rules.bzl
tools/distribution/README.md
tools/distribution/build_linux_binary_wheels.sh
tools/distribution/create_release.sh
tools/distribution/test_linux_binary_wheels.sh