mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 15:53:44 +00:00
crypto service interface
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user