rocksdb::EncryptedEnvV2::SetKeys() now public
·
2364 commits
to stardog/develop
since this release
Stardog server is now capable of dynamically updating encryption keys. Previously the SetKeys() function was a protected function since it was not thread safe. Work done for Facebook made the function thread safe. So now making function public for the benefit of Stardog.