pub fn get_obfuscate_key<'a>(w: &'a DBWrapper) -> &'a Vec<u8>
Expand description

| Work around circular dependency, as | well as for testing in dbwrapper_tests. | | Database obfuscation should be considered | an implementation detail of the specific | database. |