Skip to content

Commit 027b4cd

Browse files
gendxcopybara-github
authored andcommitted
Add ML-DSA proto file options for Java and Go.
PiperOrigin-RevId: 731723399 Change-Id: I9c11ba0e4bacba1d9ba0f6e26aff425cc3a51cd3
1 parent d4c8709 commit 027b4cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

proto/ml_dsa.proto

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ syntax = "proto3";
2020

2121
package google.crypto.tink;
2222

23+
option java_package = "com.google.crypto.tink.proto";
24+
option java_multiple_files = true;
25+
option go_package = "github.com/tink-crypto/tink-go/v2/proto/ml_dsa_proto";
26+
2327
enum MlDsaInstance {
2428
ML_DSA_UNKNOWN_INSTANCE = 0;
2529
ML_DSA_65 = 1;

0 commit comments

Comments
 (0)