Skip to content

Commit

Permalink
Merge pull request tink-crypto#139 from phxql:fix-table-in-java-howto
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 7b43169d65eaed302ea059f3a3424ea5ac8391ec
  • Loading branch information
chuckx committed Oct 3, 2018
2 parents c33df62 + 0a76f59 commit 6fbacea
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions docs/JAVA-HOWTO.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,15 +258,14 @@ section](KEY-MANAGEMENT.md#key-keyset-and-keysethandle) for details).
The following table summarizes Java implementations of primitives that are
currently available or planned (the latter are listed in brackets).

| Primitive | Implementations |
| ------------------ | ---------------------------------------------- |
| AEAD | AES-EAX, AES-GCM, AES-CTR-HMAC, KMS Envelope, |
: : CHACHA20-POLY1305 :
| Streaming AEAD | AES-GCM-HKDF-STREAMING, AES-CTR-HMAC-STREAMING |
| Deterministic AEAD | AES-SIV |
| MAC | HMAC-SHA2 |
| Digital Signatures | ECDSA over NIST curves, ED25519 |
| Hybrid Encryption | ECIES with AEAD and HKDF, (NaCl CryptoBox) |
| Primitive | Implementations |
| ------------------ | --------------------------------------------------------------- |
| AEAD | AES-EAX, AES-GCM, AES-CTR-HMAC, KMS Envelope, CHACHA20-POLY1305 |
| Streaming AEAD | AES-GCM-HKDF-STREAMING, AES-CTR-HMAC-STREAMING |
| Deterministic AEAD | AES-SIV |
| MAC | HMAC-SHA2 |
| Digital Signatures | ECDSA over NIST curves, ED25519 |
| Hybrid Encryption | ECIES with AEAD and HKDF, (NaCl CryptoBox) |

Exact listings of primitives and their implementations available in a release _x.y.z_ of Tink
are given in a corresponding [`TinkConfig.TINK_x_y_z`](https://github.com/google/tink/blob/master/java/src/main/java/com/google/crypto/tink/config/TinkConfig.java)-variable.
Expand Down

0 comments on commit 6fbacea

Please sign in to comment.