mirror of
https://github.com/bitwarden/mobile
synced 2025-12-13 23:03:23 +00:00
crypto service implementation
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Bit.Core.Models.Domain
|
||||
{
|
||||
private string _decryptedValue;
|
||||
|
||||
public CipherString(EncryptionType encryptionType, string data, string iv, string mac)
|
||||
public CipherString(EncryptionType encryptionType, string data, string iv = null, string mac = null)
|
||||
{
|
||||
if(string.IsNullOrWhiteSpace(data))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user