- 298a1d2 Add target hybrid:config_v0 by Anivia Li · 5 months ago main master
- a7eb3f4 Merge branch 'upstream/master' into main by Anivia Li · 5 months ago
- 222c91f Merge commit '053b5b8c4214ec379daac2cc2bf208c51cc1cd66' into main by Anivia Li · 6 months ago
- 91b739f Directly include absl/str_cat.h header by Anivia Li · 7 months ago
- d2cefbe Remove generated directories from include_dirs by Steve Fung · 9 months ago
- 7ec76af Fix proto_in_dir path and re-run convert_for_cobalt by Steve Fung · 9 months ago
- 1f4cd38 Merge pull request #735 from tink-crypto:dependabot/pip/python/examples/idna-3.7 by Copybara-Service · 1 year, 1 month ago upstream/master
- d847e39 Add proto parser and serializer for SLH-DSA private key. by ioannanedelcu · 1 year, 1 month ago
- 1798b7c Add JWT Signature parameters and key types. by wconner · 1 year, 1 month ago
- 9325851 Add proto parser and serializer for SLH-DSA public key. by ioannanedelcu · 1 year, 1 month ago
- 3e4e908 Add proto parser and serializer for SLH-DSA parameters. by ioannanedelcu · 1 year, 1 month ago
- f3c76e1 Add Benchmark tests for MAC in Golang. by juerg · 1 year, 1 month ago
- 92dcf00 Increase the number of recursions to 1500 to test recursion limits for JSON by ambrosin · 1 year, 1 month ago
- a5a996a Add SLH-DSA private key object. by ioannanedelcu · 1 year, 1 month ago
- 131b96f Add Benchmark tests for Deterministic AEAD in Golang. by juerg · 1 year, 1 month ago
- 36a5643 Add JWT HMAC proto key serialization. by wconner · 1 year, 1 month ago
- 5c6da06 Add JWT HMAC proto parameters serialization. by wconner · 1 year, 1 month ago
- b8f7f7c Remove tests which create undefined behavior. by tholenst · 1 year, 1 month ago
- 735315f Internal change by wiktorg · 1 year, 1 month ago
- 3db8cd9 Add C++ JWT HMAC key type. by wconner · 1 year, 1 month ago
- 52ab085 Add public key class for SLH-DSA key types. by ioannanedelcu · 1 year, 1 month ago
- 71e5aaa Automated Code Change by Tink Team · 1 year, 1 month ago
- cd6dd31 Add `load()` statements for the Bazel builtin top-level java symbols by Tink Team · 1 year, 1 month ago
- bd0cc8c Add a new test case that merges two keyset with the same key ids. by juerg · 1 year, 1 month ago
- aaaa1d9 Bump idna from 3.4 to 3.7 in /python/examples by dependabot[bot] · 1 year, 1 month ago
- acecf22 Add unit tests for gcp_kms_aead by Tink Team · 1 year, 1 month ago
- b44abbc Add integrity verification to Tink go gcp aead. by Tink Team · 1 year, 1 month ago
- 7126e2a Add stringops using core dump protections by wiktorg · 1 year, 1 month ago
- 0470cc5 Remove tests which create undefined behavior. by tholenst · 1 year, 1 month ago
- 976993d Use rapidjson::kParseIterativeFlag when parsing JSON keysets. by juerg · 1 year, 1 month ago
- 05b3c50 Update primitives doc to point to DevSite for PRF. by ckl · 1 year, 1 month ago
- a508e14 Fix `go_package` field in `aes_*` proto definitions by ambrosin · 1 year, 1 month ago
- 3fbe593 Clean up PRF commentary. by ckl · 1 year, 1 month ago
- 77b8101 Clean up PRF commentary. by ckl · 1 year, 1 month ago
- e58b269 Update godoc for the prf package. by ckl · 1 year, 1 month ago
- df06e2c Add C++ JWT HMAC parameters. by wconner · 1 year, 1 month ago
- 6c03385 Add parameters for SLH-DSA signature algorithm. As mentioned in the dd, BoringSSL currently only supports SLH-DSA-SHA2-128s, so we only accept this parameter set as well for now. by ioannanedelcu · 1 year, 1 month ago
- e85778c Update README.md to communicate the repo is no longer maintained by ambrosin · 1 year, 1 month ago
- 62da0f3 Add CallWithCoreDumpProtection to AES CMAC by wiktorg · 1 year, 1 month ago
- 59d6a2b Silence some pytype errors. by Tink Team · 1 year, 1 month ago
- 93a1cca Add JWT MAC parameters and key type. by wconner · 1 year, 1 month ago
- ac2db86 Update comment about template and remove obselete TODO. by juerg · 1 year, 1 month ago
- 2d4259e Fix documentation for JwtMacKey#getKid(). by wconner · 1 year, 1 month ago
- e0acca7 Make HcVaultAead public by ambrosin · 1 year, 1 month ago
- e157783 Allow SHA224 and SHA384 in C++ for PRFs. by tholenst · 1 year, 1 month ago
- 410c233 Add a proto structure for the Stateless Hash-Based Digital Signature Algorithm (SLH-DSA) by ioannanedelcu · 1 year, 1 month ago
- 5b5162b Add a raw KEM interface to Tink. by Tink Team · 1 year, 1 month ago
- 39ef4ac Fixed Bug in parsing invalid keysets that resulted in a TinkBugException. by juerg · 1 year, 1 month ago
- bd17a7f Cleanup and expand the StatefulHmacBoringSslTest. by tholenst · 1 year, 1 month ago
- eb6f3c9 Use the correct pyenv path in Kokoro macOS by ambrosin · 1 year, 1 month ago
- 4738fc3 Upgrade default tink-cc dep to 2.1.2 by ambrosin · 1 year, 1 month ago
- 965edf9 Avoid unnecessary copies of RestrictedData in proto serialization (since it's less performant) and use const references instead. by ioannanedelcu · 1 year, 1 month ago
- 17b1ce9 Bump version to 2.1.2 by ambrosin · 1 year, 1 month ago
- a954cf0 Use the EntriesInKeysetOrder field instead of building a local slice of all entries. by ckl · 1 year, 1 month ago
- e16626b Use Python 3.8 in macOS continuous tests by ambrosin · 1 year, 1 month ago
- da751cb Add more unit tests for Util.java. by juerg · 1 year, 1 month ago
- 29fc855 Use OutputPrefixUtil in Legacy Primitives. by juerg · 1 year, 1 month ago
- 5613f57 Remove redundant comments regarding OSS string conversion. by ioannanedelcu · 1 year, 1 month ago
- c0c1296 Resolve old TODO for Bytes.intToByteArray and Bytes.byteArrayToInt. by juerg · 1 year, 1 month ago
- 7bd546a Rollback protobuf upgrade by ambrosin · 1 year, 1 month ago
- 775a9e6 Add `load()` statements for the builtin Bazel java rules by Tink Team · 1 year, 1 month ago
- c7e4795 Validate that parsed string is a JSON Object. by juerg · 1 year, 1 month ago
- 6e5d0ea Automated Code Change by Tink Team · 1 year, 1 month ago
- d7460c2 Remove trailing ASCII art from license headers. by ckl · 1 year, 1 month ago
- 5fcc6a9 Bump urllib3 from 1.26.16 to 1.26.18 in /python by ambrosin · 1 year, 1 month ago
- f28d315 Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /go by ambrosin · 1 year, 1 month ago
- 9fa6df7 Remove EcdsaProtoTest.java. by juerg · 1 year, 1 month ago
- 86b6a21 Automated Code Change by Tink Team · 1 year, 1 month ago
- 40510c4 Use parametrized tests in JwkSetConverterTest.java. by juerg · 1 year, 2 months ago
- 0fdbac7 Add validation to HpkeUtil.intToByteArray. by juerg · 1 year, 2 months ago
- 6f0527e Add TINK output prefix to LegacyKmsEnvelopeAeadKey. by juerg · 1 year, 2 months ago
- 50bd2bc Simplify KmsEnvelopeAeadKeyManager.create. by juerg · 1 year, 2 months ago
- 323eb28 Remove unused build dependency by Tink Team · 1 year, 2 months ago
- 67ac23e Test error message from the release notes. by juerg · 1 year, 2 months ago
- 2c7867a Also test signatures and JWT signatures in LateRegistrationTest. by juerg · 1 year, 2 months ago
- 3e72fd7 Avoid copying `RestrictedData` objects during parsing. by Tink Team · 1 year, 2 months ago
- 36f24af Use OutputPrefixUtil in keys to create the prefix. by juerg · 1 year, 2 months ago
- b4ade8c Add TINK output prefix to KmsAeadKey. by juerg · 1 year, 2 months ago
- d8c6c64 Remove TODO in ConfigurationV0. by juerg · 1 year, 2 months ago
- 3eb497d Inline getFullPrimitiveOrNull, and pass exception. by juerg · 1 year, 2 months ago
- 25cdeb9 Register ECIES proto serialization. by wconner · 1 year, 2 months ago
- cce2bed Remove obsolete `output_to_genfiles = True`. by Tink Team · 1 year, 2 months ago
- d0cbee5 Add tests where "register" is called late. by juerg · 1 year, 2 months ago
- a833677 Add internal OutputPrefixUtil class. by juerg · 1 year, 2 months ago
- a812208 Update ECIES proto serialization. by wconner · 1 year, 2 months ago
- 176159b Add another create function to LegacyFullAead. by juerg · 1 year, 2 months ago
- d297256 Update the link to registration_errors. by tholenst · 1 year, 2 months ago
- 9af7e53 Introduce ConfigurationsV0. by lizatretyakova · 1 year, 2 months ago
- 761677c Move ChaCha20Poly1305ProtoSerialization into internal/ and make it public for the use in test for future ConfigurationV0. by lizatretyakova · 1 year, 2 months ago
- f6df6e0 Change the JwtMac key manager to not work for creating primitives. by tholenst · 1 year, 2 months ago
- bf518d1 Use Go 1.21 by ambrosin · 1 year, 2 months ago
- 8d51f22 Don't export key from subtle primitives. by juerg · 1 year, 2 months ago
- cf800b6 Replace interface{} with any. by juerg · 1 year, 2 months ago
- ea6f5f9 Update golang github link for protos. by juerg · 1 year, 2 months ago
- 95e12f9 Test that NewKeyData returns an object for which registry.PrimitiveFromKeyData returns the expected primitive. by juerg · 1 year, 2 months ago
- 1e5f815 Remove deprecation annotation for KMS client registration. by juerg · 1 year, 2 months ago
- b1b47fa feat: Support the Cloud KMS AsymmetricSign feature. by metemad · 1 year, 2 months ago
- 01b6a0c Automated Code Change by Tink Team · 1 year, 2 months ago
- 4aed36b Remove key material from error messages. by ckl · 1 year, 2 months ago
- 03b6a6f Refactor hmac_key_manager_test. by juerg · 1 year, 2 months ago