tree: e144205074bdacb8b11b46a052470a473348f311 [path history] [tgz]
  1. aead/
  2. core/
  3. hybrid/
  4. mac/
  5. signature/
  6. Tests/
  7. util/
  8. .clang-format
  9. BUILD.bazel
  10. CHANGELOG
  11. README.md
  12. TINKAead.h
  13. TINKAeadConfig.h
  14. TINKAeadFactory.h
  15. TINKAeadKeyTemplate.h
  16. TINKAllConfig.h
  17. TINKBinaryKeysetReader.h
  18. TINKConfig.h
  19. TINKHybridConfig.h
  20. TINKHybridDecrypt.h
  21. TINKHybridDecryptFactory.h
  22. TINKHybridEncrypt.h
  23. TINKHybridEncryptFactory.h
  24. TINKHybridKeyTemplate.h
  25. TINKJSONKeysetReader.h
  26. TINKKeysetHandle+Cleartext.h
  27. TINKKeysetHandle.h
  28. TINKKeysetReader.h
  29. TINKKeyTemplate.h
  30. TINKMac.h
  31. TINKMacConfig.h
  32. TINKMacFactory.h
  33. TINKMacKeyTemplate.h
  34. TINKPublicKeySign.h
  35. TINKPublicKeySignFactory.h
  36. TINKPublicKeyVerify.h
  37. TINKPublicKeyVerifyFactory.h
  38. TINKRegistryConfig.h
  39. TINKSignatureConfig.h
  40. TINKSignatureKeyTemplate.h
objc/README.md

Tink

Tink is a crypto library that makes it easy and safe to use crypto without having a background in cryptography. Tink provides secure APIs that are easy to use correctly. It reduces common crypto pitfalls with user-centered design, careful implementation and code reviews, and extensive testing. You can add features like encryption, decryption and signing to your application with Tink; the same library AdMob, Google Pay, the Android Search App and several Google products also use to secure their applications.

Please visit our developer site for more information.

Getting Started

Please check the Objective-C HOWTO to get started with Tink.