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() {}