Skip to content
Snippets Groups Projects
  1. Jun 01, 2017
  2. May 26, 2017
    • Thai Duong's avatar
      Move Java to com.google.crypto.tink. · c0412713
      Thai Duong authored
      Change-Id: I7822198a4257a81db34231d1c4d416f87fb9b65a
      ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com>
      GitOrigin-RevId: e38021ac0481d7c14f68778d60468e66767a91d6
      c0412713
    • Thai Duong's avatar
      Move C++ to google::crypto::tink. · 2675d260
      Thai Duong authored
      Change-Id: I115b64a1d4a3e4eadb330ed707c9206efd42ae31
      ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com>
      GitOrigin-RevId: 58c9c7744df883bbbe906d3928027607208a7d1a
      2675d260
    • Thai Duong's avatar
      Generate source and javadoc package. · 52402180
      Thai Duong authored
      Change-Id: Ie40c5f24350e37aa075bb12b126b0cc9168dedd0
      ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com>
      GitOrigin-RevId: 1cd7ca30352d34ec4252e3e3ef6659f748e2d079
      52402180
  3. May 25, 2017
    • Thai Duong's avatar
      Fix Lint errors and rearrange BUILD targets. · 40d3b469
      Thai Duong authored
      Change-Id: I9a0f108b74fc3be2a92243d3a40cc49b90c0d3e0
      ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com>
      GitOrigin-RevId: 7b95565afad9497b2265e9bb2382c7be048ef7d6
      40d3b469
    • KB Sriram's avatar
      Enable additional lint and errorprone checks · 2f99ed99
      KB Sriram authored
      Enable more robust lint and error-prone checks,
      and suppress warnings on existing code or fix where
      it is easy.
      
      1. PrimitiveSet inner class set to static, callers fixed.
      2. Suppress other warnings in Registry.
      
      Change-Id: I33ca51fd465e646107b2d7244fea5edc115793d2
      ORIGINAL_AUTHOR=KB Sriram <kbsriram@google.com>
      GitOrigin-RevId: 3ebbd1121f174b94d020de7987df1f075c04d5b2
      2f99ed99
    • Thai Duong's avatar
      Stop using reflection in Tink because reflection doesn't work with ProGuard. · 582b2da9
      Thai Duong authored
      Reflection is used in functions that transform a private keyset to a public
      keyset. At the moment only Tinkey needs this feature, so these functions
      are temporarily moved to TinkeyUtil. Android apps might also need this feature
      so we're working on a solution that doesn't depend on reflection.
      
      Change-Id: I90358713215a3ab222e3b62ba5deb898b9b450a3
      ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com>
      GitOrigin-RevId: d5e62cf596f5ec878595c8bd4ee9ac093f116193
      582b2da9
    • Thai Duong's avatar
      Upload Maven artifacts to GCS. · 8f600e8c
      Thai Duong authored
      Change-Id: Ibfb472491ba253c5f023ee43fa14280d3249a58b
      ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com>
      GitOrigin-RevId: 04902a0eada13374e44ec5baf81ee4a79c634f21
      8f600e8c
    • Thai Duong's avatar
      Merge "Add Kokoro build badge." · 21b2d190
      Thai Duong authored
      ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com>
      GitOrigin-RevId: fa236d8d4ad84bf59e5d20f958735c7ccad6b352
      21b2d190
    • KB Sriram's avatar
      Fix mutable bytearrays returned/used by some APIs. · 937adfe0
      KB Sriram authored
      Certain APIs and classes retain or return bytearrays
      which can be mutated by the callers.
      
      1. Use @Immutable annotations to statically check
         if a class exposes any mutable data.
      2. Add an ImmutableByteArray class that prevents mutable
         bytearrays by making or returning a copy of an underlying
         set of bytes.
      
      Change-Id: I2c5804eeb3d2e736eb45bb3283979b2874b5d7b4
      ORIGINAL_AUTHOR=KB Sriram <kbsriram@google.com>
      GitOrigin-RevId: 1c9804a2101360ddf41db719eef1d763e965d9ed
      937adfe0
    • Thai Duong's avatar
      Merge "Build with maven." · f157bd17
      Thai Duong authored
      ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com>
      GitOrigin-RevId: 7630dd48704d7afd8708b08d2c36cd4d8abfe0d8
      f157bd17
    • Erhan Nergiz's avatar
      Merge "Adds ChaCha20 stream cipher." · 20b69522
      Erhan Nergiz authored
      ORIGINAL_AUTHOR=Erhan Nergiz <anergiz@google.com>
      GitOrigin-RevId: 9badc6d7c67ddb7af4b3010653f3857b71bc0917
      20b69522
  4. May 24, 2017
  5. May 22, 2017
  6. May 19, 2017
  7. May 18, 2017
  8. May 17, 2017
  9. May 16, 2017
  10. May 13, 2017
  11. May 12, 2017
Loading