aboutsummaryrefslogtreecommitdiff
path: root/go/tink
AgeCommit message (Expand)Author
2023-06-21Bump tink-go version to 2.0.0ambrosin
2023-06-07Use associatedData instead of aad in StreamingAEAD interface.juerg
2022-08-09Bump version to 1.7.0.ckl
2022-05-11Rename additional data to associated data in some golang files.juerg
2022-05-05godoc cleanup.ckl
2022-05-04Rename additionalData to associatedData in Go AEAD and DAEAD interfaces.juerg
2022-03-17Use go_naming_convention=import_alias.juerg
2022-02-18Update HybridEncrypt/Decrypt comments.cinlin
2022-02-03Move JWT MAC Primitivefelobato
2022-01-28JWTMAC Primitive Definitionfelobato
2021-07-12Version bump to 1.6.1.ckl
2021-07-08Update missed version references to 1.6.0.ckl
2021-05-09Fix a typo in deterministic_aead.go: s/plaintex/plaintext.Tink Team
2021-04-12Add missing copyright statements. These were missing due to internal miscommu...tholenst
2020-10-14Add Tink user agent to Cloud KMS requests.thaidn
2020-01-27Introducing a separate WORKSPACE for Go.przydatek
2020-01-23+ Introduce StreamingAEAD interface in tink/go and subtle implementationTink Team
2019-09-13Fix comment formatting for godoc.ckl
2019-07-11Remove Apache 2.0 comments from build files.tanujdhir
2019-02-18Golang refactoring: hide key version and type url constants, which are intern...thaidn
2019-02-11Golang refactoring: move registry and keyset out of tink to their own package.thaidn
2019-02-11Golang: Add BinaryKeysetReader/Writer implementations and KeysetHandle functi...Tink Team
2019-02-11Envelope AEAD encryptionbaskaran
2019-02-11Golang refactoring: move shared util methods to their own package.thaidn
2019-02-04Golang refactoring: move primitive set out of tink to its own package.thaidn
2019-02-01Golang: move crypto format out of tink to its own package.thaidn
2019-02-01Test for NewFromKeysetReaderTink Team
2019-02-01Create a way to read and write encrypted keysets safely.Tink Team
2019-01-24Create KeysetReader interface and MemKeysetReader implementationTink Team
2019-01-10Merge #170.thaidn
2018-12-14hybrid encryption/decryption interface definitionsTink Team
2018-12-14Fixing style issues in AES-SIV-CMAC.thaidn
2018-11-28Go version of AES-SIV-CMAC.jilinyan
2018-10-31adds DeterministicAead go interface.jilinyan
2018-10-19go: Cleanup error messages and add annotations where necessary.candrian
2018-10-08Fix a race issue in the registry and prevent overwriting of existing key mana...Thai Duong
2018-10-08Golang: move registry initialization to init.Thai Duong
2018-10-02Golang: more refactoring, following https://github.com/google/tink/issues/93.Thai Duong
2018-10-02Golang: refactoring primitive set.Thai Duong
2018-09-26Golang: clean up the KeyManager interface and address naming and style issues.Thai Duong
2018-08-30Correcting license boilerplate.Thai Duong
2018-05-15Golang: cleaning up, following https://github.com/google/tink/issues/93.Thai Duong
2018-03-13Changing go proto package name from x_proto to x_go_proto.Thai Duong
2018-03-12go_proto_library: use go_proto_library (not proto_library) import pathTink Team
2018-03-12Removing deprecated importpath option in go_test rules.Thai Duong
2018-03-08Project import generated by Copybara.Tink Team
2018-02-26Some cleanup (#74)Jorge Landivar
2018-02-22Refactoring Go subtle, mostly renaming things.Thai Duong
2018-02-22Merging tink/util to tink.Thai Duong
2018-02-22Generating Go BUILD files with Gazelle.Thai Duong