Skip to content

Commit 5ab9a1e

Browse files
committed
WIP
1 parent a15a8c5 commit 5ab9a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This is a Go library that provides an encrypted client for interacting with Amaz
1414

1515
## Encryption Details
1616

17-
This library uses the Tink cryptographic library for performing encryption and decryption operations. Tink provides a set of high-level APIs for common cryptographic tasks and supports a wide range of encryption algorithms.
17+
This library uses the [Tink](https://github.com/tink-crypto/tink-go) cryptographic library for performing encryption and decryption operations. Tink provides a set of high-level APIs for common cryptographic tasks and supports a wide range of encryption algorithms.
1818

1919
The default encryption algorithm used by this library is AES-256-GCM (Advanced Encryption Standard with 256-bit keys and Galois/Counter Mode). AES-256-GCM provides authenticated encryption, ensuring both confidentiality and integrity of the encrypted data.
2020

0 commit comments

Comments
 (0)