Skip to content
Snippets Groups Projects
  1. May 24, 2018
  2. 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
  3. May 10, 2018
  4. May 07, 2018
  5. Apr 28, 2018
  6. Apr 27, 2018
  7. Apr 20, 2018
  8. Apr 19, 2018
  9. Apr 18, 2018
  10. Apr 13, 2018
Loading