.bazelrc
.bazelversion
BUILD.bazel
LICENSE
MANIFEST.in
MODULE.bazel
README.md
TINK_VERSION.txt
pyproject.toml
requirements.in
requirements_all.txt
requirements_awskms.in
requirements_gcpkms.in
requirements_hcvault.in
setup.py
tink/BUILD.bazel
tink/__init__.py
tink/_insecure_keyset_handle.py
tink/_insecure_keyset_handle_test.py
tink/_json_proto_keyset_format.py
tink/_json_proto_keyset_format_test.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/_kms_clients.py
tink/_kms_clients_test.py
tink/_monitoring.py
tink/_proto_keyset_format.py
tink/_proto_keyset_format_test.py
tink/_secret_key_access.py
tink/cleartext_keyset_handle.py
tink/cleartext_keyset_handle_test.py
tink/secret_key_access.py
tink/secret_key_access_import_test.py
tink/secret_key_access_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_aead_key_manager.py
tink/aead/_kms_aead_key_manager_test.py
tink/aead/_kms_envelope_aead.py
tink/aead/_kms_envelope_aead_test.py
tink/cc/BUILD.bazel
tink/cc/cc_hpke_config.cc
tink/cc/cc_hpke_config.h
tink/cc/cc_jwt_config.cc
tink/cc/cc_jwt_config.h
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_hpke_config.cc
tink/cc/pybind/cc_hpke_config.h
tink/cc/pybind/cc_jwt_config.cc
tink/cc/pybind/cc_jwt_config.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.cc
tink/cc/pybind/prf.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/streaming_aead.cc
tink/cc/pybind/streaming_aead.h
tink/cc/pybind/tink_bindings.cc
tink/cc/pybind/tink_exception.h
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_client.py
tink/integration/awskms/_aws_kms_client_test.py
tink/integration/awskms/_aws_kms_integration_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_integration_test.py
tink/integration/gcpkms/_gcp_kms_client_test.py
tink/integration/gcpkms/_gcp_kms_integration_test.py
tink/integration/hcvault/BUILD.bazel
tink/integration/hcvault/__init__.py
tink/integration/hcvault/_hcvault_kms_aead.py
tink/integration/hcvault/_hcvault_kms_aead_test.py
tink/integration/hcvault/_hcvault_kms_integration_test.py
tink/internal/BUILD.bazel
tink/internal/__init__.py
tink/internal/big_integer_util.py
tink/internal/big_integer_util_test.py
tink/jwt/BUILD.bazel
tink/jwt/__init__.py
tink/jwt/_json_util.py
tink/jwt/_json_util_test.py
tink/jwt/_jwk_set_converter.py
tink/jwt/_jwk_set_converter_test.py
tink/jwt/_jwt_error.py
tink/jwt/_jwt_format.py
tink/jwt/_jwt_format_test.py
tink/jwt/_jwt_hmac_key_manager.py
tink/jwt/_jwt_hmac_key_manager_test.py
tink/jwt/_jwt_key_templates.py
tink/jwt/_jwt_key_templates_test.py
tink/jwt/_jwt_mac.py
tink/jwt/_jwt_mac_wrapper.py
tink/jwt/_jwt_mac_wrapper_test.py
tink/jwt/_jwt_public_key_sign.py
tink/jwt/_jwt_public_key_verify.py
tink/jwt/_jwt_signature_key_manager.py
tink/jwt/_jwt_signature_key_manager_test.py
tink/jwt/_jwt_signature_wrappers.py
tink/jwt/_jwt_signature_wrappers_test.py
tink/jwt/_jwt_validator.py
tink/jwt/_jwt_validator_test.py
tink/jwt/_raw_jwt.py
tink/jwt/_raw_jwt_test.py
tink/jwt/_verified_jwt.py
tink/jwt/_verified_jwt_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/hpke.proto
tink/proto/hpke_pb2.py
tink/proto/jwt_ecdsa.proto
tink/proto/jwt_ecdsa_pb2.py
tink/proto/jwt_hmac.proto
tink/proto/jwt_hmac_pb2.py
tink/proto/jwt_rsa_ssa_pkcs1.proto
tink/proto/jwt_rsa_ssa_pkcs1_pb2.py
tink/proto/jwt_rsa_ssa_pss.proto
tink/proto/jwt_rsa_ssa_pss_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/ml_dsa.proto
tink/proto/ml_dsa_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/slh_dsa.proto
tink/proto/slh_dsa_pb2.py
tink/proto/test_proto.proto
tink/proto/test_proto_pb2.py
tink/proto/tink.proto
tink/proto/tink_pb2.py
tink/proto/x_aes_gcm.proto
tink/proto/x_aes_gcm_pb2.py
tink/proto/xchacha20_poly1305.proto
tink/proto/xchacha20_poly1305_pb2.py
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_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/_file_object_adapter.py
tink/streaming_aead/_file_object_adapter_test.py
tink/streaming_aead/_pybind11_python_file_object_adapter_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/fake_key_usage_monitor.py
tink/testing/fake_kms.py
tink/testing/fake_kms_test.py
tink/testing/helper.py
tink/testing/helper_test.py
tink/testing/keyset_builder.py
tink/testing/keyset_builder_test.py
tools/BUILD.bazel
tools/distribution/build_linux_binary_wheels.sh
tools/distribution/create_bdist.sh
tools/distribution/create_sdist.sh
tools/distribution/requirements.in
tools/distribution/requirements.txt
tools/distribution/test_dist.sh