- S2V
SecureVector!ubyte S2V(const(ubyte)* text, size_t text_len)
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.
- ctr
StreamCipher ctr()
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.
- keySchedule
void keySchedule(const(ubyte)* key, size_t length)
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.
- msgBuf
const(SecureVector!ubyte) msgBuf()
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.
- setAssociatedDataN
void setAssociatedDataN(size_t n, const(ubyte)* ad, size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.
- setCtrIv
void setCtrIv(SecureVector!ubyte V)
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.
- tagSize
size_t tagSize()
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 )
Undocumented in source. Be warned that the author may not have intended to support it.
Base class for SIV encryption and decryption (@see RFC 5297)