aboutsummaryrefslogtreecommitdiff
path: root/cc/config
diff options
context:
space:
mode:
authorpaulavidas <paulavidas@google.com>2019-07-30 04:31:42 -0700
committerCopybara-Service <copybara-worker@google.com>2019-07-30 04:32:20 -0700
commit56a9c706ba00e52d126c5a52345e541d92095151 (patch)
tree460beea7c0ebf916f9ba75c3f332f4d14ca4e499 /cc/config
parent536ed89c4529d9f20468ec5af3da514924381f0b (diff)
downloadtink-56a9c706ba00e52d126c5a52345e541d92095151.tar.gz
Update description of TinkConfig::Register() method.
PiperOrigin-RevId: 260688736
Diffstat (limited to 'cc/config')
-rw-r--r--cc/config/tink_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/config/tink_config.h b/cc/config/tink_config.h
index c3663cac7..cf523cbbe 100644
--- a/cc/config/tink_config.h
+++ b/cc/config/tink_config.h
@@ -37,8 +37,8 @@ class TinkConfig {
// in the current Tink release.
static const google::crypto::tink::RegistryConfig& Latest();
- // Registers all key managers for all primitives supported
- // in the current Tink release.
+ // Registers all primitive wrappers and all key managers for all primitives
+ // supported in the current Tink release.
static crypto::tink::util::Status Register();
private: