tagion.betterC.wallet.Net

Undocumented in source.

Members

Functions

calcHash
immutable(BinBuffer) calcHash(const(ubyte[]) data)
Undocumented in source. Be warned that the author may not have intended to support it.
calcHash
immutable(BinBuffer) calcHash(const(ubyte[]) h1, const(ubyte[]) h2)
Undocumented in source. Be warned that the author may not have intended to support it.
hashSize
uint hashSize()
Undocumented in source. Be warned that the author may not have intended to support it.
rawCalcHash
BinBuffer rawCalcHash(const(ubyte[]) data)
Undocumented in source. Be warned that the author may not have intended to support it.
rawCalcHash
immutable(ubyte[]) rawCalcHash(BinBuffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
scramble
void scramble(T[] data, const(ubyte[]) xor)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

COMPRESSED_PUBKEY_SIZE
enum COMPRESSED_PUBKEY_SIZE;
Undocumented in source.
HASH_SIZE
enum HASH_SIZE;
Undocumented in source.
SECKEY_SIZE
enum SECKEY_SIZE;
Undocumented in source.
UNCOMPRESSED_PUBKEY_SIZE
enum UNCOMPRESSED_PUBKEY_SIZE;
Undocumented in source.

Structs

AES
struct AES
Undocumented in source.
SecureNet
struct SecureNet
Undocumented in source.

Meta