Skip to content
Snippets Groups Projects
  1. Jul 11, 2019
    • tanujdhir's avatar
      Remove Apache 2.0 comments from build files. · 5c33dec2
      tanujdhir authored
      To replicate:
      find -name BUILD.bazel -exec sed -Ei 's/\s+# Apache 2.0$//' {} \;
      find -name BUILD.bazel -exec sed -Ei 's/\s+# Apache 2.0 # keep$/  # keep/' {} \;
      
      PiperOrigin-RevId: 257604221
      5c33dec2
  2. May 29, 2019
  3. Feb 02, 2019
  4. Oct 02, 2018
    • Thai Duong's avatar
      Golang: more refactoring, following https://github.com/google/tink/issues/93. · aa6c2931
      Thai Duong authored
      This is a rather large change because it touches public APIs, so I want to include all possible changes to make it easier for our current users to migrate in one go.
      
      Notable changes:
      * Add a mechanism that allows to restrict the visibility of functions that accept cleartext keys.
      * s/Aead/AEAD/, s/Mac/MAC/, s/ComputeMac/ComputeMAC/, s/VerifyMac/VerifyMAC/, s/PublicKeySign/Signer/, s/PublicKeyVerify/Verifier/
      * s/aead.GetPrimitive/aead.New/, etc.
      * s/aead.RegisterStandardKeyTypes/aead.Register/, etc.
      
      PiperOrigin-RevId: 215424138
      GitOrigin-RevId: 3e9452ec61d04294ab0afdc9c395fe320cefa6a7
      aa6c2931
  5. Sep 20, 2018
  6. Feb 27, 2018
    • Google Engineers's avatar
      Mass renaming BUILD to BUILD.bazel. · d98847ce
      Google Engineers authored
      This allows to use BUILD for Blaze.
      
      Change-Id: I6fa84543b8ec927b0bdf5641f698b00d9c4de416
      ORIGINAL_AUTHOR=Google Engineers <noreply@google.com>
      GitOrigin-RevId: c049652c44d7e575d04169caf19d85b0d5371181
      d98847ce
  7. Feb 22, 2018
    • Thai Duong's avatar
      Generating Go BUILD files with Gazelle. · 096ec45c
      Thai Duong authored
      As a result of this, github.com/google/tink/go/tink/tink becomes
      github.com/google/tink/go/tink.
      
      To re-generate BUILD files, run bazel run :gazelle.
      
      Change-Id: I50af31d47d8014d21a19ae8318230ea616489e4a
      ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com>
      GitOrigin-RevId: fea34065f64916eb2c44cb8d398937f81c7a748e
      096ec45c
  8. Oct 26, 2017
  9. Sep 19, 2017
    • Thai Duong's avatar
      Using released tarballs or commits rather than GitHub archives. · 027af405
      Thai Duong authored
      These archives are prepared on-the-fly by GitHub and are not
      guaranteed to be the same every time (for example, the order of files
      within the archive could change).
      
      We also need a new version of rules_go because the version that
      we were using also depends on GitHub archives. This explains
      the changes in go/.
      
      Also switch to googletest's provided bazel BUILD file, as
      recommended by the googletest team.
      
      Change-Id: I57f9c93a41eb68ee2946a0744506a9334b6d1ccc
      ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com>
      GitOrigin-RevId: eab348375b10cedd354da3fc2f286abc80869df9
      027af405
  10. Jun 23, 2017
    • Google Engineers's avatar
      Add go repositories · 11104ae9
      Google Engineers authored
      Change-Id: Ie7fbd2dc6d401bdc8dce23b9dc7e2e11b009ff6c
      ORIGINAL_AUTHOR=Google Engineers <noreply@google.com>
      GitOrigin-RevId: a8d676fdbc017da8a50d2bad69a45d80b29c5c9b
      11104ae9
  11. Apr 13, 2017
  12. Mar 23, 2017
Loading