From fe0cea5308295c1052bb321b297c0641ed09211e Mon Sep 17 00:00:00 2001 From: Juerg Wullschleger Date: Mon, 25 Mar 2024 01:29:55 -0700 Subject: [PATCH] Remove TODO in ConfigurationV0. We've decided that Configurations in different languages may support slightly different set of algorithms. So there is no need for this Todo anymore. PiperOrigin-RevId: 618762732 Change-Id: I473b58057ba34030e4b05a720aad53c223b91094 --- .../google/crypto/tink/ConfigurationV0.java | 48 +++++++++++-------- 1 file changed, 27 insertions(+), 21 deletions(-) diff --git a/src/main/java/com/google/crypto/tink/ConfigurationV0.java b/src/main/java/com/google/crypto/tink/ConfigurationV0.java index 73c9daef..1b907033 100644 --- a/src/main/java/com/google/crypto/tink/ConfigurationV0.java +++ b/src/main/java/com/google/crypto/tink/ConfigurationV0.java @@ -95,54 +95,60 @@ * ConfigurationV0 contains the following primitives and algorithms: * *

MAC/ChunkedMAC: + * *

* *

AEAD: + * *

* *

DAEAD: + * *

* *

StreamingAEAD: + * *

* *

Hybrid: + * *

* *

PRF: + * *

* *

Signatures: + * *

*/ -// TODO(b/265864709): add cross-language tests for this class. public class ConfigurationV0 { private ConfigurationV0() {}