aboutsummaryrefslogtreecommitdiff
path: root/go/daead
AgeCommit message (Expand)Author
2023-06-07Rename h to handle in primitive factories.juerg
2023-05-24Optimize how the prefix is added in Tink's primitives.juerg
2023-05-12Remove deprecated New<Primitive>WithKeyManager deprecated APIsambrosin
2023-05-10Fix the function name in a test error message.ckl
2023-03-08Rewrite deterministic AEAD example in go.juerg
2023-01-13Remove unnecessary return value checking of bytes.Buffer.Write().ckl
2023-01-10Implement AES-SIV Go key derivation.cinlin
2022-12-29Clean up AES-SIV Go key manager.cinlin
2022-12-15[Golang] Add `key_type` and `key_prefix` to monitoring outputfelobato
2022-11-03Use tinkerror.Fail() in hardcoded key template functions.ckl
2022-09-15Deterministic AEAD - only monitor when annotations are present.felobato
2022-09-02Add monitoring to Deterministic AEADfelobato
2022-08-08Fix deprecation notices within doc comments.ckl
2022-06-29Remove public visibility of go_default_library build targets that were made p...juerg
2022-05-04Rename additional data to associated data in aes_siv.go.juerg
2022-03-23Use consistent maxInt computation.ckl
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-12-02Restrict internal use of golang crypto librariesfelobato
2021-09-24Refactored keyset handlers removing new***KeysetManager functions to match mo...atierno
2021-09-08Remove KeyTemplate tests using testdata in Gojuerg
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-12Add missing copyright statements. These were missing due to internal miscommu...tholenst
2021-01-05Test that aead, daead, hybrid and signature primitives treat nil as empty slice.juerg
2020-11-05Make skipping of tests when TEST_SRCDIR is unknown more explicit.juerg
2020-11-04Skip tests using test key template if TEST_SRCDIR unknowndrysdale
2020-10-28Use testdata to test DAEAD KeyTemplates in Go.juerg
2020-10-28Explicitly set key format in AESSIVKeyTemplate in Go.juerg
2020-10-16Deprecate custom key managers.tholenst
2020-10-15Add size checks.thaidn
2020-10-14Update Go examples.thaidn
2020-08-20Fix typos in comments and log messages for Tink Go versionTink Team
2020-08-20Make unit tests runnable using Go tooling.ckl
2020-06-29Add Deterministic AEAD key format validation in Go.juerg
2020-06-29Move examples from comment to Go examples.Tink Team
2020-04-15Fixing timing issue that can leak up to one bit of the CMAC subkeys in our AE...sschmieg
2020-03-31Go - avoid panic on wrong *keyset.Handletholenst
2020-03-24Rename the remaining wrapped tink primitives in Go.juerg
2020-03-23Restructuring Tink: moving subtle/daead to daead/subtle.thaidn
2020-03-10Internal changeTink Team
2020-01-27Introducing a separate WORKSPACE for Go.przydatek
2019-09-13Fix comment formatting for godoc.ckl
2019-08-13Merge branch 'master' into masterprzydatek
2019-07-28enhance(golang): enhance Encrypt, ComputeMAC and Sign memory allocationmohamed amr
2019-07-25go: refactoringLE Manh Cuong
2019-07-11Remove Apache 2.0 comments from build files.tanujdhir
2019-03-06Adding examples under GoDoc summarybaskaran
2019-03-05adds key template for AES-SIV key.jilinyan