1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: oldmemo.proto
"""Generated protocol buffer code."""
from google.protobuf.internal import builder as _builder
from google.protobuf import descriptor as _descriptor
from google.protobuf import descriptor_pool as _descriptor_pool
from google.protobuf import symbol_database as _symbol_database
# @@protoc_insertion_point(imports)
_sym_db = _symbol_database.Default()
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\roldmemo.proto\x12\x07oldmemo\"I\n\x0cOMEMOMessage\x12\t\n\x01n\x18\x02 \x02(\r\x12\n\n\x02pn\x18\x03 \x02(\r\x12\x0e\n\x06\x64h_pub\x18\x01 \x02(\x0c\x12\x12\n\nciphertext\x18\x04 \x01(\x0c\"j\n\x10OMEMOKeyExchange\x12\r\n\x05pk_id\x18\x01 \x02(\r\x12\x0e\n\x06spk_id\x18\x06 \x02(\r\x12\n\n\x02ik\x18\x03 \x02(\x0c\x12\n\n\x02\x65k\x18\x02 \x02(\x0c\x12\x0f\n\x07message\x18\x04 \x02(\x0c\x12\x0e\n\x06unused\x18\x05 \x01(\r')
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'oldmemo_pb2', globals())
if _descriptor._USE_C_DESCRIPTORS == False:
DESCRIPTOR._options = None
_OMEMOMESSAGE._serialized_start=26
_OMEMOMESSAGE._serialized_end=99
_OMEMOKEYEXCHANGE._serialized_start=101
_OMEMOKEYEXCHANGE._serialized_end=207
# @@protoc_insertion_point(module_scope)
|