Skip to content

rocksdb::EncryptedEnvV2::SetKeys() now public

Compare
Choose a tag to compare
@matthewvon matthewvon released this 28 Aug 17:43
· 2364 commits to stardog/develop since this release
c46e40d

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.