Add a "config_util" class with a method "CreateTinkKeyTypeEntry"
I plan to remove the catalogue (in upcoming changes). For this, I need to untangle some of the dependencies, and this is easiest if I add a new BUILD target which only creates a Tink Key Type. PiperOrigin-RevId: 260116920
Showing
- cc/config/BUILD.bazel 21 additions, 0 deletionscc/config/BUILD.bazel
- cc/config/CMakeLists.txt 17 additions, 0 deletionscc/config/CMakeLists.txt
- cc/config/config_util.cc 35 additions, 0 deletionscc/config/config_util.cc
- cc/config/config_util.h 31 additions, 0 deletionscc/config/config_util.h
- cc/config/config_util_test.cc 32 additions, 0 deletionscc/config/config_util_test.cc
cc/config/config_util.cc
0 → 100644
cc/config/config_util.h
0 → 100644
cc/config/config_util_test.cc
0 → 100644
Please register or sign in to comment