mirror of
https://github.com/bitwarden/mobile.git
synced 2025-02-20 01:51:26 +01:00
remove unused instance of Random
This commit is contained in:
parent
bb37372be0
commit
9c0c819dce
@ -15,7 +15,6 @@ namespace Bit.App.Services
|
|||||||
private const string PreviousKeyKey = "previousKey";
|
private const string PreviousKeyKey = "previousKey";
|
||||||
private const int InitializationVectorSize = 16;
|
private const int InitializationVectorSize = 16;
|
||||||
|
|
||||||
private readonly Random _random = new Random();
|
|
||||||
private readonly ISecureStorageService _secureStorage;
|
private readonly ISecureStorageService _secureStorage;
|
||||||
private readonly IKeyDerivationService _keyDerivationService;
|
private readonly IKeyDerivationService _keyDerivationService;
|
||||||
private byte[] _key;
|
private byte[] _key;
|
||||||
|
Loading…
Reference in New Issue
Block a user