GHASH

GCM's GHASH Maybe a Transform?

Members

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
finished
SecureVector!ubyte finished()
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.
nonceHash
SecureVector!ubyte nonceHash(const(ubyte)* nonce, size_t nonce_len)
Undocumented in source. Be warned that the author may not have intended to support it.
setAssociatedData
void setAssociatedData(const(ubyte)* input, size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.
start
void start(const(ubyte)* nonce, size_t len)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(const(ubyte)* input, size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

name
string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta