https://github.com/google/tink
Raw File
Tip revision: 50150573bd1d6f05e818cc3706cfba3fe9ed490a authored by thaidn on 30 April 2020, 23:04:57 UTC
Fixing a typo in KMS Envelope AEAD.
Tip revision: 5015057
version_script.lds
VERS_1.4.0-rc1 {
  global:
    *tink*;
    *absl*;
  local:
    *;
};
back to top