-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add internal APIs to serialize a key to
tinkpb.Keyset_Key
This is needed to allow adding new APIs to `keyset` to construct keysets from existing keys. PiperOrigin-RevId: 644704833 Change-Id: I3761333c859288f9e4022b38adba8a36cc755e0d
- Loading branch information
1 parent
3b9f7c1
commit a9ef7a6
Showing
3 changed files
with
171 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,5 +20,6 @@ go_test( | |
deps = [ | ||
":protoserialization", | ||
"//proto/tink_go_proto", | ||
"@org_golang_google_protobuf//proto", | ||
], | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters