Skip to content
Snippets Groups Projects
  1. Aug 05, 2019
  2. Jul 08, 2019
  3. Jul 01, 2019
  4. Jun 28, 2019
  5. May 14, 2019
  6. May 10, 2019
  7. May 09, 2019
  8. May 02, 2019
    • ckl's avatar
      Minor style nitpicks. · 1e82a299
      ckl authored
      PiperOrigin-RevId: 245484703
      GitOrigin-RevId: 5a87c451b1bf90b5c9acc751be8b3a3589e6de8e
      1e82a299
  9. Apr 08, 2019
  10. Mar 05, 2019
  11. Jan 24, 2019
  12. Jan 16, 2019
  13. Jan 10, 2019
    • thaidn's avatar
      Merge #145. · 4112a079
      thaidn authored
      PiperOrigin-RevId: 228697851
      GitOrigin-RevId: fe1999769879821725c168d7e9a498469757a4fc
      4112a079
  14. Nov 14, 2018
  15. Nov 12, 2018
  16. Oct 02, 2018
  17. Sep 12, 2018
  18. Sep 06, 2018
  19. Sep 05, 2018
  20. Aug 30, 2018
  21. Aug 09, 2018
  22. Aug 01, 2018
  23. Jul 27, 2018
  24. Jul 13, 2018
  25. Jul 03, 2018
    • Thai Duong's avatar
      Always use the latest Tink configs during registration. · 571a7261
      Thai Duong authored
      Instead of
      
      Config.register(AeadConfig.TINK_1_1_0);
      
      We'd do
      
      AeadConfig.register();
      
      I kept the static init blocks in AeadConfig, but it's only for backward compatibility. We'd always require users calling the init function. This gives us consistency across all languages.
      
      I also deprecated TINK_1_1_0 and introduced LATEST which contains the configs of the latest version.
      
      Advanced users can always do Config.register(myCustomConfig);
      
      PiperOrigin-RevId: 203125864
      GitOrigin-RevId: cd138962f88ff693e9c13cef3399f956f6d6513e
      571a7261
  26. Jun 27, 2018
    • Tink Team's avatar
      Correcting typos · 6625fcf2
      Tink Team authored
      PiperOrigin-RevId: 200027939
      GitOrigin-RevId: b75376f8434bf4b5192faf8efb3338c6393df363
      6625fcf2
  27. Jun 09, 2018
  28. May 24, 2018
  29. Apr 18, 2018
    • Thai Duong's avatar
      Bumping the version number to 1.1.0. · 0c926bae
      Thai Duong authored
      Also adding a roadmap, a hacking guide for Java, and updating docs.
      
      PiperOrigin-RevId: 193400792
      GitOrigin-RevId: d78fbf17c2bd90240a411ed196cf430904347847
      0c926bae
  30. Mar 26, 2018
  31. Mar 23, 2018
Loading