syntax = "proto3";

option go_package = "github.com/iotaledger/goshimmer/packages/autopeering/salt/proto";

package proto;

message Salt {
    // value of the salt
    bytes bytes = 1;
    // expiration time of the salt
    fixed64 exp_time = 2;
}