aboutsummaryrefslogtreecommitdiff
path: root/go/hybrid
AgeCommit message (Expand)Author
2023-06-07Rename h to handle in primitive factories.juerg
2023-05-24Always allocate a new byte array for i in encapsulate.juerg
2023-05-24Optimize how the prefix is added in Tink's primitives.juerg
2023-05-24Always allocate a new byte array for i in decapsulate.juerg
2023-05-23Allocate enough memory in ctx so append doesn't need to re-allocate.juerg
2023-05-22Avoid re- or overallocating memory in HPKE helper function in golang.juerg
2023-05-12Remove deprecated New<Primitive>WithKeyManager deprecated APIsambrosin
2023-03-15Rewrite hybrid_test.go to make it similar to the other examples.juerg
2023-02-09Add a AesGcmKey to the test which tests for b/243759652.tholenst
2023-01-09Correct HKDF typos.ckl
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-10-28Clean up godoc formatting.ckl
2022-09-23Standardize inline comments in Tink Go.cinlin
2022-09-15Hybrid - Only monitor when annotations are present.felobato
2022-09-09Implement monitoring for hybrid encryption primitivesfelobato
2022-08-29Add a test which demonstrates that Tink allows AEAD and mixed keysets for Hyb...tholenst
2022-08-08Fix deprecation notices within doc comments.ckl
2022-07-22Mark go/hybrid/subtle as publicly visible.cinlin
2022-07-20Merge branch 'master' into cuonglm/use-fillbytesCharles Lee
2022-07-20Move testdata keysets and testvectors to subfolders in testdata/ambrosin
2022-06-29Remove public visibility of go_default_library build targets that were made p...juerg
2022-06-22Add HPKE Go public key import to hybrid/subtle/.cinlin
2022-06-15Remove HPKE params verification.cinlin
2022-06-08Export SupportedHPKEParams in hybrid/subtle/.cinlin
2022-05-27Use shared test vectors for HPKE golang tests.wconner
2022-05-13Move HPKE public key access utility to hybrid/subtle/.cinlin
2022-05-10Fix copyright notice.cinlin
2022-05-05godoc cleanup.ckl
2022-05-05Use the contextInfo instead of additional authenticated data or ad.juerg
2022-04-21Improve readability of HPKE key template comments.cinlin
2022-04-20Add HPKE specifier to variables in tink/go/hybrid/.cinlin
2022-04-07Replace subtle HKDF with HKDF KDF in x25519 HPKE KEM Go.cinlin
2022-04-04Move hybrid tests that only use the public API to "hybrid_test".juerg
2022-03-31Require that keysets always have a primary key, even if they only contain pub...juerg
2022-03-30Move hybrid/hpke/ to hybrid/internal/hpke/ to restrict access.cinlin
2022-03-29Add HPKE Go key templates.cinlin
2022-03-29Implement ChaCha20-Poly1305 HPKE AEAD Go.cinlin
2022-03-24Move HPKE Go key managers to hybrid/.cinlin
2022-03-24Rename structs in preparation for HPKE Go key managers' move to hybrid/.cinlin
2022-03-22Regenerate Go Bazel configuration.ckl
2022-03-21Rename key version constant in HPKE Go public key manager.cinlin
2022-03-21Add HPKE Go private key manager.cinlin
2022-03-18Specify publicKeyKeyVersion as uint32.cinlin
2022-03-17Use go_naming_convention=import_alias.juerg
2022-03-16Add kokoro test that golang build files are up to date.juerg
2022-03-10Add HPKE Go public key manager.cinlin
2022-03-03Update go BUILD.bazel files.juerg
2022-02-25Changed HPKE Internet-Draft references to its official RFC.wconner
2022-02-25Implement HPKE Go Encrypt/Decrypt.cinlin