1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-01 16:13:15 +00:00

service container

This commit is contained in:
Kyle Spearrin
2019-04-11 14:14:34 -04:00
parent e1080f9be4
commit b9838ecc4e
4 changed files with 98 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ using static PCLCrypto.WinRTCrypto;
namespace Bit.Core.Services
{
public class PclCryptoFunctionService
public class PclCryptoFunctionService : ICryptoFunctionService
{
private readonly ICryptoPrimitiveService _cryptoPrimitiveService;