adjust paths

This commit is contained in:
Bruno Windels 2020-09-17 15:17:46 +02:00
parent c9d8d40242
commit 3cebd17cbe
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
import {base64} from "../../../utils/base-encoding.js"; import {base64} from "../../utils/base-encoding.js";
export class SecretStorage { export class SecretStorage {
constructor({key, storage, cryptoDriver}) { constructor({key, storage, cryptoDriver}) {

View File

@ -13,7 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
import {base58} from "../../../utils/base-encoding.js"; import {base58} from "../../utils/base-encoding.js";
import {Key} from "./common.js"; import {Key} from "./common.js";
const OLM_RECOVERY_KEY_PREFIX = [0x8B, 0x01]; const OLM_RECOVERY_KEY_PREFIX = [0x8B, 0x01];