HandshakeHash

TLS Handshake Hash

Members

Functions

flushInto
SecureVector!ubyte flushInto(TLSProtocolVersion _version, string mac_algo)

Return a TLS Handshake Hash

getContents
const(Vector!ubyte) getContents()
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
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.
update
void update(Vector!(ubyte, ALLOC) input)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

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

Meta