open-vault/physical/types.proto

14 lines
155 B
Protocol Buffer
Raw Normal View History

2017-11-30 14:43:07 +00:00
syntax = "proto3";
package physical;
message SealWrapEntry {
bytes ciphertext = 1;
bytes iv = 2;
bytes hmac = 3;
bool wrapped = 4;
}