12 lines
221 B
Protocol Buffer
12 lines
221 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package MMPro.micromsg;
|
|
|
|
import "SKBuiltinBuffer_t.proto";
|
|
import "ECDHKey.proto";
|
|
|
|
message AutoAuthRsaReqData {
|
|
required SKBuiltinBuffer_t _AesEncryptKey = 2;
|
|
optional ECDHKey _CliPubECDHKey = 3;
|
|
}
|