1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 15:53:44 +00:00

crypto service interface

This commit is contained in:
Kyle Spearrin
2019-04-09 09:08:15 -04:00
parent 9f740cf371
commit c68927c17a
2 changed files with 53 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ using System.Threading.Tasks;
namespace Bit.Core.Services
{
public class CryptoService
public class CryptoService : ICryptoService
{
private readonly IStorageService _storageService;
private readonly IStorageService _secureStorageService;