- clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- defaultNonceLength
size_t defaultNonceLength()
Undocumented in source. Be warned that the author may not have intended to support it.
- finish
void finish(SecureVector!ubyte buffer, size_t offset)
Undocumented in source. Be warned that the author may not have intended to support it.
- minimumFinalSize
size_t minimumFinalSize()
Undocumented in source. Be warned that the author may not have intended to support it.
- outputLength
size_t outputLength(size_t input_length)
Undocumented in source. Be warned that the author may not have intended to support it.
- provider
string provider()
Undocumented in source. Be warned that the author may not have intended to support it.
- startRaw
SecureVector!ubyte startRaw(const(ubyte)* nonce, size_t nonce_len)
Undocumented in source. Be warned that the author may not have intended to support it.
- update
void update(SecureVector!ubyte buffer, size_t offset)
Undocumented in source. Be warned that the author may not have intended to support it.
- updateGranularity
size_t updateGranularity()
Undocumented in source. Be warned that the author may not have intended to support it.
- validNonceLength
bool validNonceLength(size_t nonce_len)
Undocumented in source. Be warned that the author may not have intended to support it.
- setAssociatedData
void setAssociatedData(const(ubyte)* ad, size_t ad_len)
Undocumented in source. Be warned that the author may not have intended to support it.
- name
string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- updateGranularity
size_t updateGranularity()
Undocumented in source. Be warned that the author may not have intended to support it.
- keySpec
KeyLengthSpecification keySpec()
Undocumented in source. Be warned that the author may not have intended to support it.
- validNonceLength
bool validNonceLength(size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.
- tagSize
size_t tagSize()
Undocumented in source. Be warned that the author may not have intended to support it.
- clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- ~this
~this()
Undocumented in source.
- defaultNonceLength
size_t defaultNonceLength()
Undocumented in source. Be warned that the author may not have intended to support it.
- startRaw
SecureVector!ubyte startRaw(const(ubyte)* nonce, size_t nonce_len)
Undocumented in source. Be warned that the author may not have intended to support it.
- keySchedule
void keySchedule(const(ubyte)* key, size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.
- BS
size_t BS [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- m_cipher
Unique!BlockCipher m_cipher;
Undocumented in source.
- m_L
Unique!LComputer m_L;
Undocumented in source.
- m_BS
size_t m_BS;
Undocumented in source.
- m_block_index
size_t m_block_index;
Undocumented in source.
- m_checksum
SecureVector!ubyte m_checksum;
Undocumented in source.
- m_offset
SecureVector!ubyte m_offset;
Undocumented in source.
- m_ad_hash
SecureVector!ubyte m_ad_hash;
Undocumented in source.