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