Skip to content

Commit 05cbd4b

Browse files
gendxcopybara-github
authored andcommitted
Add ML-DSA proto file options for Java and Go.
PiperOrigin-RevId: 731723399 Change-Id: I8d72526ebeb7067f32fc163d4f55f3c0c6203f5f
1 parent cc315b9 commit 05cbd4b

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)