Documentation
Tagion
HashNet
tagion
crypto
SecureInterfaceNet
Undocumented in source.
@
safe
interface
HashNet {
immutable
(
Buffer
)
binaryHash
(const(ubyte[]) h1, const(ubyte[]) h2);
}
Members
Functions
binaryHash
immutable
(
Buffer
)
binaryHash
(const(ubyte[]) h1, const(ubyte[]) h2)
Hash used for Merkle tree
tagion
crypto
SecureInterfaceNet
interfaces
HashNet