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