forked from mystiq/hydrogen-web
adjust paths
This commit is contained in:
parent
c9d8d40242
commit
3cebd17cbe
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
import {base64} from "../../../utils/base-encoding.js";
|
||||
import {base64} from "../../utils/base-encoding.js";
|
||||
|
||||
export class SecretStorage {
|
||||
constructor({key, storage, cryptoDriver}) {
|
||||
|
|
|
@ -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
|
||||
limitations under the License.
|
||||
*/
|
||||
import {base58} from "../../../utils/base-encoding.js";
|
||||
import {base58} from "../../utils/base-encoding.js";
|
||||
import {Key} from "./common.js";
|
||||
|
||||
const OLM_RECOVERY_KEY_PREFIX = [0x8B, 0x01];
|
||||
|
|
Loading…
Reference in a new issue