1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

interface cryptoservice

This commit is contained in:
Kyle Spearrin
2017-11-13 16:12:23 -05:00
parent 11f392b036
commit bed28aebaa
8 changed files with 52 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
import { EncryptionType } from '../../enums/encryptionType.enum';
import CryptoService from '../../services/crypto.service';
import { CryptoService } from '../../services/abstractions/crypto.service';
class CipherString {
encryptedString?: string;