Skip to content
Snippets Groups Projects
  1. Jun 27, 2018
    • Tink Team's avatar
      Correcting typos · 6625fcf2
      Tink Team authored
      PiperOrigin-RevId: 200027939
      GitOrigin-RevId: b75376f8434bf4b5192faf8efb3338c6393df363
      6625fcf2
  2. Jun 09, 2018
  3. Jun 08, 2018
  4. Jun 06, 2018
  5. May 25, 2018
  6. May 24, 2018
  7. May 16, 2018
    • Thai Duong's avatar
      Another attempt to fix https://github.com/google/tink/issues/94. · 8274c370
      Thai Duong authored
      * Listing Guava as an explicit dependency and excluding it in all other dependencies.
      
      * Reinstalling maven-enforcer-plugin in helloworld's pom.xml because it helps detect dependency conflicts.
      
      * Fixing a typo in test-snapshot.sh and making it executable.
      
      PiperOrigin-RevId: 196761172
      GitOrigin-RevId: ab5097eeef801671426f26fe90e9c77cd0c5928d
      8274c370
    • Thai Duong's avatar
      Fixing https://github.com/google/tink/issues/94. · 3f657b60
      Thai Duong authored
      I don't actually know how Maven works, but the error message indicates that we actually need Gauva.
      
      Also I added a test to prevent this bug from happening, but I forgot to make it run =).
      
      PiperOrigin-RevId: 196337621
      GitOrigin-RevId: 3cdbc775903204bf11762c80a296c1876a9bda3f
      3f657b60
    • Thai Duong's avatar
      Golang: cleaning up, following https://github.com/google/tink/issues/93. · 92c541b7
      Thai Duong authored
      1/ Replacing tink.Registry().Blah() with tink.Blah().
      
      2/ Updating the APIs and code structure, following latest Java APIs. The Golang implementation was developed following Java 1.0.0, but many things have changed since then.
      
      Next:
      * Adding missing APIs such as KeysetReader, KeysetWriter.
      * Removing tink.CleartextKeysetHandle().
      * Adding RegistryConfig.
      * Adding missing primitives such as envelope encryption, hybrid encryption, etc.
      PiperOrigin-RevId: 196266656
      GitOrigin-RevId: f4fe243c4501017922eaed1b464da70d3936c7ac
      92c541b7
  8. May 10, 2018
  9. May 07, 2018
  10. Apr 28, 2018
  11. Apr 27, 2018
  12. Apr 20, 2018
Loading