https://github.com/google/tink
Raw File
Tip revision: e76fa741bd25114a34e690911ddd2501670458a8 authored by Thai Duong on 13 July 2018, 21:55:12 UTC
Note that C++ and Obj-C are also ready for production, also adding Haris and Charles to list of maintainers.
Tip revision: e76fa74
version_script.lds
VERS_1.2 {
  global:
    *tink*;
  local:
    *;
};
back to top