| # -*- coding: utf-8 -*- |
| # Generated by the protocol buffer compiler. DO NOT EDIT! |
| # NO CHECKED-IN PROTOBUF GENCODE |
| # source: encrypted_message.proto |
| # Protobuf Python Version: 6.33.0 |
| """Generated protocol buffer code.""" |
| from google.protobuf import descriptor as _descriptor |
| from google.protobuf import descriptor_pool as _descriptor_pool |
| from google.protobuf import runtime_version as _runtime_version |
| from google.protobuf import symbol_database as _symbol_database |
| from google.protobuf.internal import builder as _builder |
| _runtime_version.ValidateProtobufRuntimeVersion( |
| _runtime_version.Domain.PUBLIC, |
| 6, |
| 33, |
| 0, |
| '', |
| 'encrypted_message.proto' |
| ) |
| # @@protoc_insertion_point(imports) |
| |
| _sym_db = _symbol_database.Default() |
| |
| |
| |
| |
| DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x17\x65ncrypted_message.proto\x12\x12\x65ncrypted_messages\"\x9c\x02\n\x10\x45ncryptedMessage\x12\x19\n\x11\x65ncrypted_message\x18\x01 \x02(\x0c\x12!\n\x19server_public_key_version\x18\x02 \x02(\r\x12\x19\n\x11\x63lient_public_key\x18\x03 \x02(\x0c\x12\x64\n\talgorithm\x18\x04 \x01(\x0e\x32..encrypted_messages.EncryptedMessage.Algorithm:!AEAD_ECDH_AES_128_CTR_HMAC_SHA256\"I\n\tAlgorithm\x12\x15\n\x11UNKNOWN_ALGORITHM\x10\x00\x12%\n!AEAD_ECDH_AES_128_CTR_HMAC_SHA256\x10\x01\x42\x02H\x03') |
| |
| _globals = globals() |
| _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals) |
| _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'encrypted_message_pb2', _globals) |
| if not _descriptor._USE_C_DESCRIPTORS: |
| _globals['DESCRIPTOR']._loaded_options = None |
| _globals['DESCRIPTOR']._serialized_options = b'H\003' |
| _globals['_ENCRYPTEDMESSAGE']._serialized_start=48 |
| _globals['_ENCRYPTEDMESSAGE']._serialized_end=332 |
| _globals['_ENCRYPTEDMESSAGE_ALGORITHM']._serialized_start=259 |
| _globals['_ENCRYPTEDMESSAGE_ALGORITHM']._serialized_end=332 |
| # @@protoc_insertion_point(module_scope) |