-
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.
Reintroduce
PrimitiveFromKeyData
in Config
Removing this API was premature; having a "legacy" way to create primitive using key manager vs the "new" way using constructor functions makes the logic to get `Primitives()` cleaner. The goal is to have `PrimitiveFromKey` always return "full" primitives, that is, primitives that are also aware of the output prefix, and `PrimitiveFromKeyData` to return legacy primitives that do not add any prefix to the output. PiperOrigin-RevId: 689779144 Change-Id: I8cab76eafa1fb3ecac920f749c3c9c90c3a24fca
- Loading branch information
1 parent
6156308
commit 1ed7ed9
Showing
5 changed files
with
225 additions
and
70 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
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
Oops, something went wrong.