mirror of
https://github.com/KeyKeeperApp/KeyKeeper.git
synced 2026-04-19 02:56:28 +03:00
fix namespace of PassStoreContentChunk
This commit is contained in:
@@ -2,10 +2,9 @@ using System;
|
||||
using System.Buffers.Binary;
|
||||
using System.IO;
|
||||
using System.Security.Cryptography;
|
||||
using KeyKeeper.PasswordStore;
|
||||
using static KeyKeeper.PasswordStore.FileFormatConstants;
|
||||
|
||||
namespace KeyKeeper.Crypto;
|
||||
namespace KeyKeeper.PasswordStore.Crypto;
|
||||
|
||||
/// <summary>
|
||||
/// Класс, представляющий собой обертку над content chunkом, считанным из файла
|
||||
|
||||
Reference in New Issue
Block a user