ironcore-documents 0.3.0-pre.0

A library for working with IronCore Labs documents and header formats.
Documentation
1
2
3
4
5
6
7
8
9
10
syntax = "proto3";
package ironcorelabs.proto.vector;

option java_package = "com.ironcorelabs.proto";
option java_outer_classname = "EncryptedDekProtos";

message VectorEncryptionMetadata {
    bytes iv = 1;
    bytes auth_hash = 2;
}