10 lines
159 B
Protocol Buffer
10 lines
159 B
Protocol Buffer
|
syntax = "proto2";
|
||
|
|
||
|
package MMPro.micromsg;
|
||
|
|
||
|
import "SKBuiltinBuffer_t.proto";
|
||
|
|
||
|
message NewAuthRsaReqData {
|
||
|
required SKBuiltinBuffer_t _RandomEncryKey = 1;
|
||
|
}
|