1. 8085451 Rename "getKeyFormat" to "getParameters" in MonitoringKeysetInfo. by tholenst · 1 year, 10 months ago
  2. 53f6960 Add new targets to the maven package. by tholenst · 1 year, 10 months ago
  3. 5cb9a07 Rename KeyFormatWithSerialization->ParametersWithSerialization. by tholenst · 1 year, 10 months ago
  4. 1d85d3c Adds a utility function for retrieving the public key from a private X25519 key. by Tink Team · 1 year, 10 months ago
  5. 27d273c Rename KeyFormatParser -> ParametersParser, KeyFormatSerializer -> ParametersSerializer, serializeKeyFormat -> serializeParamters, parseKeyFormat -> parseParameters in internal libraries. by tholenst · 1 year, 10 months ago
  6. a2407aa Add ChunkedMac Java interface. by lizatretyakova · 1 year, 10 months ago
  7. d1143a0 Add missing java targets for the maven file. by tholenst · 1 year, 10 months ago
  8. ded1adc Update documentation in AccessesPartialKey (KeyFormat -> Parameter) and in Parameters.java. by tholenst · 1 year, 10 months ago
  9. af368e5 Rename "ProtoKeyFormatSerialization" -> "ProtoParametersSerialization" and "LegacyProtoKeyFormat" -> "LegacyProtoParameters". by tholenst · 1 year, 10 months ago
  10. 9a1c045 Some renamings "KeyFormat/Format" -> "Parameters". by tholenst · 1 year, 10 months ago
  11. e70b9b9 Rename AesCmacKeyFormat to AesCmacParameters and MacKeyFormat to MacParameters. by tholenst · 1 year, 10 months ago
  12. 4dea432 Remove the ProtoKey{Format}SerializationTester. by tholenst · 1 year, 10 months ago
  13. 1ffbaf3 Rename KeyFormat in C++ to Parameters. by tholenst · 1 year, 10 months ago
  14. 1a6adf7 Fix some lint warnings. by juerg · 1 year, 10 months ago
  15. 2a18ca3 Rename KeyFormat.java to Parameters.java. by tholenst · 1 year, 10 months ago
  16. 1abdeed Merge pull request #516 from cuonglm:cuonglm/use-fillbytes by Copybara-Service · 1 year, 10 months ago
  17. 9b06893 Rewrite StreamingAeadFactoryTest.java. by juerg · 1 year, 10 months ago
  18. 2e1c813 Merge pull request #614 from google:dependabot/npm_and_yarn/javascript/terser-5.14.2 by Copybara-Service · 1 year, 10 months ago
  19. 4d98b3d Merge branch 'master' into cuonglm/use-fillbytes by Charles Lee · 1 year, 10 months ago
  20. 4c34502 Revert changes to go.mod. by Charles Lee · 1 year, 10 months ago
  21. 90095ff NIST Curves KEM Private Key implementation by felobato · 1 year, 10 months ago
  22. 41e50b6 Rewrite MacFactoryTest.java. by juerg · 1 year, 10 months ago
  23. 2b070a5 Add InlineMe annotation to DeterministicAeadConfig.init. by juerg · 1 year, 10 months ago
  24. 1fd13ea Additional HPKE HKDF variants (HKDF_SHA384, HKDF_SHA512) by felobato · 1 year, 10 months ago
  25. 911b868 Add a method "create" taking the invidiual entries of the KeyTemplate to the ProtoKeyFormatSerialization. by tholenst · 1 year, 10 months ago
  26. 816b946 Rewrite AeadWrapperTest. by juerg · 1 year, 10 months ago
  27. 5cfc0ef Fix formating in PRIMITIVES.md. by juerg · 1 year, 10 months ago
  28. 14c0c24 Add two methods assertEqualWhenValueParsed for the ProtoKey{Format}Serialization, which can be used to compare two objects of this type. by tholenst · 1 year, 10 months ago
  29. 4f0721d Move testdata keysets and testvectors to subfolders in testdata/ by ambrosin · 1 year, 10 months ago
  30. da936ef Fix wrong return type. by juerg · 1 year, 10 months ago
  31. 129f25c Move testdata Google Cloud credentials to testdata/gcp. by ambrosin · 1 year, 10 months ago
  32. 114cf8c Bump terser from 5.9.0 to 5.14.2 in /javascript by dependabot[bot] · 1 year, 10 months ago
  33. d894e70 Register ChunkedMac wrapper during Mac registration. by wconner · 1 year, 10 months ago
  34. 7c1fcfe Add classes "Key{Format}WithSerialization" for internal testing. by tholenst · 1 year, 10 months ago
  35. b0488f9 Move testInvalidKeyMaterial from StreamingAeadFactoryTest to StreamingAeadIntegrationTest. by juerg · 1 year, 10 months ago
  36. 05417a1 HPKE KEM Factory, Private Key and Public Key Tests. by felobato · 1 year, 10 months ago
  37. 244e93f Move testInvalidKeyMaterial from MacFactoryTest to MacIntegrationTest. by juerg · 1 year, 10 months ago
  38. c9bbe34 Fix lint warnings in some primitive factories. by juerg · 1 year, 10 months ago
  39. ee59be4 Rewrite DeterministicAeadFactoryTest.java. by juerg · 1 year, 10 months ago
  40. 52373e4 Rewrite AeadFactoryTest. by juerg · 1 year, 10 months ago
  41. a34ec62 Add HybridDecryptWrapperTest.java. by juerg · 1 year, 10 months ago
  42. 916ab1e Merge pull request #596 from google:dependabot/npm_and_yarn/javascript/minimist-1.2.6 by Copybara-Service · 1 year, 10 months ago
  43. da0fd7d Merge pull request #610 from ndrpnt:doc-typo by Copybara-Service · 1 year, 10 months ago
  44. 12f12e4 Merge branch 'master' into doc-typo by Charles Lee · 1 year, 10 months ago
  45. fae5376 Modify Internal HPKE KEM Interface to receive interfaces instead of byte arrays for private/public keys for encapsulation and decapsulation. This makes it possible to implement NIST Curves KEMs and better aligns with the HPKE definitions. by felobato · 1 year, 10 months ago
  46. 3c6ffe9 Move testdata AWS credentials to testdata/aws. by ambrosin · 1 year, 10 months ago
  47. 222d142 Rewrite Hybrid Encryption Factory tests. by juerg · 1 year, 10 months ago
  48. 079e65f Add ChunkedMac primitive to existing MAC key managers. by wconner · 1 year, 10 months ago
  49. c3dd033 Switch to constant-time comparison for Streaming MAC implementation. by wconner · 1 year, 10 months ago
  50. 3de1166 Add monitoring to signatures in Java. by juerg · 1 year, 10 months ago
  51. 089d4c1 Refactor HybridEncryptWrapperTest. by juerg · 1 year, 10 months ago
  52. 6930232 Add LICENSE header to POM files and add inherit from the sonatype OSS artifact. by ambrosin · 1 year, 10 months ago
  53. ef6244f Add test that generates a PublicKeySignWrapper without primary from a KeysetHandle. by juerg · 1 year, 10 months ago
  54. d0fc49e Add test case with primitive set without primary primitive. by juerg · 1 year, 10 months ago
  55. 5aeb27e Replace link to the Python HOW-TO with a link to the Tink documentation site. by ckl · 1 year, 10 months ago
  56. 4a10276 Rewrite PublicKeySignWrapperTest. by juerg · 1 year, 10 months ago
  57. dfca684 Rewrite PublicKeySign/Verify Factory tests. by juerg · 1 year, 10 months ago
  58. 8eac0a7 Make Tink Python's //tink/integration/awskms:_aws_kms_aead_test a manual target. by ambrosin · 1 year, 10 months ago
  59. a16f855 Document that ChunkedMac interface supports arbitrary slicing of input data. by wconner · 1 year, 10 months ago
  60. 4d25295 Add placeholder BUILD{.bazel} and CMakeLists.txt to cc/chunkedmac. by wconner · 1 year, 10 months ago
  61. 75bce73 Rewrite PublicKeyVerifyWrapperTest. by juerg · 1 year, 10 months ago
  62. 10f728f Rewrite CryptoFormatTest.java. by juerg · 1 year, 10 months ago
  63. d22e00f Ensure that additional operations fail after ComputeMac/VerifyMac. by wconner · 1 year, 10 months ago
  64. 0fe1a56 Add ChunkedMac primitive wrapper. by wconner · 1 year, 10 months ago
  65. 041671b Remove unused files from tink/go by ambrosin · 1 year, 10 months ago
  66. c185787 Add monitoring to DAEAD in Java. by juerg · 1 year, 10 months ago
  67. 234cf07 Test that annotations are passed to the monitoring client in Aead and Mac primitives. by juerg · 1 year, 10 months ago
  68. 3cb28f7 Change GetOutputPrefix() statusor type from absl::StatusOr to util::StatusOr. by wconner · 1 year, 10 months ago
  69. f20e67c Use correct naming for primitive string in hybrid_decrypt_wrapper. by kste · 1 year, 10 months ago
  70. 2233867 Some refactoring of Tink Python create_release.sh script: by ambrosin · 1 year, 10 months ago
  71. 7a4fa64 Fixes for Tink Python's create_release.sh script: by ambrosin · 1 year, 10 months ago
  72. bdb89bb Add a method to create an always failing Prf and PrfSet. by kste · 1 year, 10 months ago
  73. f1fb506 Avoid failing in kokoro/testutils/run_bazel_tests.sh when there are no test targets. by ambrosin · 1 year, 10 months ago
  74. d5efe36 Internal change. by ambrosin · 1 year, 10 months ago
  75. bff5f8e Remove public visibility of go_default_library build targets that were made public by error. by juerg · 1 year, 10 months ago
  76. 6d12412 Fix potential TOCTOU race condition in Tink's KeyTemplates.get() function. by Tink Team · 1 year, 10 months ago
  77. 8eb7ad5 Generalise release scripts for Tink Python to take paths as parameters by ambrosin · 1 year, 10 months ago
  78. a3dc0f6 Add monitoring to MacWrapper. by juerg · 1 year, 10 months ago
  79. 69bc2a7 Add a method testParsingFails to the ProtoKeySerializationTester. This allows testing if parsing fails. by tholenst · 1 year, 10 months ago
  80. fe8a9e0 Add additional KEM, KDF options to HPKE Params. by felobato · 1 year, 10 months ago
  81. 06c6bb7 Throw nullpointer exceptions if a KemKey is created without kemBytes or symmetricKey. by tholenst · 1 year, 10 months ago
  82. 0b08602 Add a class "ProtoKeySerializationTester". by tholenst · 1 year, 10 months ago
  83. a4d5728 Make Bytes.copyFrom throw a Nullpointer exception if null is passed in. by tholenst · 1 year, 10 months ago
  84. 6bb8c79 Annotate getInputPrimitive with Nullable. by tholenst · 1 year, 10 months ago
  85. b12cfa6 Fix typo in JSONWriter's doc comment by ndrpnt · 1 year, 10 months ago
  86. 66b5d46 Internal change. by wconner · 1 year, 10 months ago
  87. aa8000f Annotate getKey in PemKeyType with nullable. by tholenst · 1 year, 10 months ago
  88. 2a5ffc9 Log the length of cipher text without prefix. Also adds a test with a RAW key. by felobato · 1 year, 10 months ago
  89. d1bb1e7 Fix protobuf related dependencies in the cross-language tests. by ckl · 1 year, 10 months ago
  90. b1af16f Change bazel visibility of hpke_context C++ library to public. by wconner · 1 year, 10 months ago
  91. ebd66d7 Use protobuf's well-known types in testing_api.proto, instead of copies. by juerg · 1 year, 10 months ago
  92. c0c9746 Remove some code duplication. by juerg · 1 year, 10 months ago
  93. 89639a8 Add a method "testParsingFails" to the ProtoKeyFormatSerializationTester. by tholenst · 1 year, 10 months ago
  94. 89453b0 Add Monitoring to AeadWrapper. by juerg · 1 year, 10 months ago
  95. 0dbbdd4 Add HPKE Go private key import to testutil/hybrid/. by cinlin · 1 year, 10 months ago
  96. 122c5e8 Add HPKE Go public key import to hybrid/subtle/. by cinlin · 1 year, 10 months ago
  97. 7a67440 Restructure how LEGACY mac and signatures and MACs are computed and verified. by juerg · 1 year, 10 months ago
  98. 6e14f7c Refactor Tink Python testdata path helper function by ambrosin · 1 year, 10 months ago
  99. e3b3313 Remove repeated "//" in the header of some Java files. by juerg · 1 year, 10 months ago
  100. a0edca6 Remove the strings "key type". by tholenst · 1 year, 10 months ago