mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-15 21:22:53 +00:00
9 lines
168 B
C#
9 lines
168 B
C#
namespace SharpCompress.Common.Zip
|
|
{
|
|
internal enum WinzipAesKeySize
|
|
{
|
|
KeySize128 = 1,
|
|
KeySize192 = 2,
|
|
KeySize256 = 3,
|
|
}
|
|
} |