CryptoBlockHeader

Undocumented in source.

Constructors

this
this(SymmetricAlgorithm symAlg, HashAlgorithm hashAlg, KdfAlgorithm kdfAlg, uint iterations, ushort memory, ushort parallelism, uint sectionCount, uint sectionNumber, uint additionalLength, uint encryptedLength)
Undocumented in source.
this
this(ubyte[] header)
Undocumented in source.

Members

Properties

getBlockLength
size_t getBlockLength [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
getHeaderLength
ushort getHeaderLength [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

additionalLength
uint additionalLength;
Undocumented in source.
encryptedLength
uint encryptedLength;
Undocumented in source.
hash
HashAlgorithm hash;
Undocumented in source.
headerVersion
ubyte headerVersion;
Undocumented in source.
kdf
KdfAlgorithm kdf;
Undocumented in source.
kdfIterations
uint kdfIterations;
Undocumented in source.
scryptMemory
ushort scryptMemory;
Undocumented in source.
scryptParallelism
ushort scryptParallelism;
Undocumented in source.
sectionCount
uint sectionCount;
Undocumented in source.
sectionNumber
uint sectionNumber;
Undocumented in source.
symmetric
SymmetricAlgorithm symmetric;
Undocumented in source.

Meta