aboutsummaryrefslogtreecommitdiff
path: root/go/core
AgeCommit message (Expand)Author
2023-06-07Use words instead of letters in primitiveset and registry API.juerg
2023-05-23Also test TINK prefix in custom key manager.juerg
2023-05-19Add a test that implements a custom AEAD key manager in golang and uses it.juerg
2023-05-18Add PrimitiveSet.EntriesInKeysetOrder in Go. #tinkApiChangecinlin
2022-08-30Allow insecurecleartextkeyset to receive monitoring annotationsfelobato
2022-07-28Add comment that registry.PrimitiveFromKeyData does not handle the output pre...juerg
2022-06-29Remove public visibility of go_default_library build targets that were made p...juerg
2022-06-10Cleanup Bazel Build filesfelobato
2022-06-08Add `TypeURL` to each entry in the primitivesetfelobato
2022-03-17Use go_naming_convention=import_alias.juerg
2022-03-03Update go BUILD.bazel files.juerg
2022-02-16Rename go WORKSPACE and generate all go BUILD.bazel files with gazelle.juerg
2021-08-12Migrate Tink go from Proto v1 to Proto v2, see https://blog.golang.org/protob...juerg
2021-08-11Small fixes in some Tink go BUILD.bazel files.juerg
2021-04-15Add missing copyright statements and fix typos. Some were missing due to inte...tholenst
2021-04-12Add missing copyright statements. These were missing due to internal miscommu...tholenst
2020-12-16Move fake KMS client into its own package.juerg
2020-12-09Implement fake KMS client in Go.juerg
2020-11-05Fix AWS KMS test with credentials filedrysdale
2020-04-23Adding PrfSet interface definition for golang.sschmieg
2020-02-25Move go/subtle/mac to go/mac/subtle.thaidn
2020-01-27Introducing a separate WORKSPACE for Go.przydatek
2019-09-13Fix comment formatting for godoc.ckl
2019-08-23Make the go/core/registry library public.Tink Team
2019-07-11Remove Apache 2.0 comments from build files.tanujdhir
2019-04-26go: Allow building an KmsClent using a credential ProviderYunchi Luo
2019-03-20Only ENABLED key can be added to the PrimitiveSetbaskaran
2019-02-21internal has a special meaning in Golang, move it back to the root package.thaidn
2019-02-21Golang refactoring: move internal, registry, format, primitiveset to core.thaidn