github.com/turingchain2020/turingchain@v1.1.21/system/crypto/common/cert.proto (about) 1 syntax = "proto3"; 2 3 // TODO 这个结构需要迁移到crypto/types.go中 4 message CertSignature { 5 bytes signature = 1; 6 bytes cert = 2; 7 bytes uid = 3; 8 }