hexpm 5.1.1

A Rust client for the Hex package manager
Documentation
1
2
3
4
5
6
7
8
9
10
syntax = "proto2";

package signed;

message Signed {
  // Signed contents
  required bytes payload = 1;
  // The signature
  optional bytes signature = 2;
}