initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
namespace Intelix.Helper;
|
||||
|
||||
public class BlobParsedData
|
||||
{
|
||||
public byte Flag { get; set; }
|
||||
|
||||
public byte[] Iv { get; set; }
|
||||
|
||||
public byte[] Ciphertext { get; set; }
|
||||
|
||||
public byte[] Tag { get; set; }
|
||||
|
||||
public byte[] EncryptedAesKey { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user